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

Stephen Rothwell sfr at canb.auug.org.au
Tue Dec 12 16:32:20 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.

--
Cheers,
Stephen Rothwell                    sfr at canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.ozlabs.org/pipermail/linuxppc-dev/attachments/20061212/5a663bed/attachment.pgp>


More information about the Linuxppc-dev mailing list