diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2007-12-06 10:04:33 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-12-10 21:42:36 -0500 |
commit | 6207e81695c1a64ebed668f26106f3384ad2323a (patch) | |
tree | ec303ea6f50cf41fb51eb027025239146f9d50db /arch/powerpc/platforms/iseries/pci.c | |
parent | 9ccc4fd260397f0f8ac6078f4cd45fda2d320ead (diff) |
[POWERPC] Don't special case pci_domain_nr() for iSeries
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/iseries/pci.c')
-rw-r--r-- | arch/powerpc/platforms/iseries/pci.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/iseries/pci.c b/arch/powerpc/platforms/iseries/pci.c index db0a17e9c4cc..3071a30356ce 100644 --- a/arch/powerpc/platforms/iseries/pci.c +++ b/arch/powerpc/platforms/iseries/pci.c | |||
@@ -673,6 +673,8 @@ void __init iSeries_pcibios_init(void) | |||
673 | phb = pcibios_alloc_controller(node); | 673 | phb = pcibios_alloc_controller(node); |
674 | if (phb == NULL) | 674 | if (phb == NULL) |
675 | continue; | 675 | continue; |
676 | /* All legacy iSeries PHBs are in domain zero */ | ||
677 | phb->global_number = 0; | ||
676 | 678 | ||
677 | phb->pci_mem_offset = bus; | 679 | phb->pci_mem_offset = bus; |
678 | phb->first_busno = bus; | 680 | phb->first_busno = bus; |