[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>
This commit is contained in:
committed by
Paul Mackerras
parent
9ccc4fd260
commit
6207e81695
@@ -673,6 +673,8 @@ void __init iSeries_pcibios_init(void)
|
||||
phb = pcibios_alloc_controller(node);
|
||||
if (phb == NULL)
|
||||
continue;
|
||||
/* All legacy iSeries PHBs are in domain zero */
|
||||
phb->global_number = 0;
|
||||
|
||||
phb->pci_mem_offset = bus;
|
||||
phb->first_busno = bus;
|
||||
|
Reference in New Issue
Block a user