2.6.10-rc3 does not boot on PowerMac
Benjamin Herrenschmidt
benh at kernel.crashing.org
Wed Dec 8 12:40:24 EST 2004
On Wed, 2004-12-08 at 02:04 +0100, Andreas Schwab wrote:
> >
> > In my 2.6.9 snapshot here, in pmac_pci.c :
> >
> > /* Tell pci.c to use the common resource allocation mecanism */
> > pci_probe_only = 0;
>
> Which is a no-op in 2.6.9. Remember, we are 64 bit.
#ifndef CONFIG_PPC_ISERIES
if (pci_probe_only)
pcibios_claim_of_setup();
else
/* FIXME: `else' will be removed when
pci_assign_unassigned_resources() is able to work
correctly with [partially] allocated PCI tree. */
pci_assign_unassigned_resources();
#endif /* !CONFIG_PPC_ISERIES */
(in pcibios_init() in 2.6.9)
Doesn't look like a no-op :)
Ben.
More information about the Linuxppc64-dev
mailing list