[PATCH 14/15] powerpc: avoid claiming some PCI bus

Ishizaki Kou kou.ishizaki at toshiba.co.jp
Tue Dec 12 22:45:33 EST 2006


> On Tue, 12 Dec 2006 13:39:23 +0900 (JST) Ishizaki Kou <kou.ishizaki at toshiba.co.jp> wrote:
> >
> > +#ifdef CONFIG_PPC_MULTIPLATFORM
> > +	    list_for_each_entry(b, &pci_root_buses, node) {
> > +				   if (!machine_is(celleb) ||
> > +				          ppc_md.pci_probe_mode(b) == PCI_PROBE_DEVTREE)
> > +								      pcibios_claim_one_bus(b);
> > +								      }
> > +#else
> >	list_for_each_entry(b, &pci_root_buses, node)
> >			       pcibios_claim_one_bus(b);
> > +#endif
> 
> All 64 bit platforms now have CONFIG_PPC_MULTIPLATFORM set, I think.

Thanks, we will remove #ifdef from this patch.

Best regards,
Kou Ishizaki



More information about the Linuxppc-dev mailing list