From: Oliver Korpilla <okorpil@fh-landshut.de>
To: Marco Schramel <Schramel.Linux@go.bartec.de>
Cc: PPC_LINUX <linuxppc-embedded@lists.linuxppc.org>
Subject: Re: pci on ppc
Date: Wed, 30 Jun 2004 14:10:50 +0200 [thread overview]
Message-ID: <40E2ADCA.4030006@fh-landshut.de> (raw)
In-Reply-To: <200406301233.24676.Schramel.Linux@go.bartec.de>
Marco Schramel wrote:
> Where the function "m8260_setup_arch()" (m8260_setup.c) is called ?? With the pci option the kernel does not call this function.
>
I don't know If I understand you right or this is helpful to you, but these
functions are never called directly, but instead in platform_init() function
pointers are stored in the ppc_md struct variable, and this holds true for
m8260_setup_arch() as well (in arch/ppc/kernel/m8260_setup.c):
ppc_md.setup_arch = m8260_setup_arch;
There's always only one platform_init() due to the linking process, so there's
no name clash.
Could you elaborate a bit on your PCI problem anyway? Is your board standard or
custom?
With kind regards,
Oliver Korpilla
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
next prev parent reply other threads:[~2004-06-30 12:10 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-06-30 10:33 pci on ppc Marco Schramel
2004-06-30 12:10 ` Oliver Korpilla [this message]
2004-06-30 13:50 ` David Woodhouse
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=40E2ADCA.4030006@fh-landshut.de \
--to=okorpil@fh-landshut.de \
--cc=Schramel.Linux@go.bartec.de \
--cc=linuxppc-embedded@lists.linuxppc.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.