diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2007-12-06 10:00:45 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-12-10 21:42:32 -0500 |
commit | cb993029094ed61f286793819d3aaa1deea5b252 (patch) | |
tree | 9beeecd334054899a05632a4c800f1056a5e01a4 /arch/powerpc/kernel/pci_64.c | |
parent | e60516e3d0bbde450acf4397b0d01b03042a7d57 (diff) |
[POWERPC] iSeries: Call iSeries_pcibios_init from setup_arch
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/kernel/pci_64.c')
-rw-r--r-- | arch/powerpc/kernel/pci_64.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/powerpc/kernel/pci_64.c b/arch/powerpc/kernel/pci_64.c index 9f63bdcb0bdf..69364f3dc5c6 100644 --- a/arch/powerpc/kernel/pci_64.c +++ b/arch/powerpc/kernel/pci_64.c | |||
@@ -519,9 +519,6 @@ static int __init pcibios_init(void) | |||
519 | */ | 519 | */ |
520 | ppc_md.phys_mem_access_prot = pci_phys_mem_access_prot; | 520 | ppc_md.phys_mem_access_prot = pci_phys_mem_access_prot; |
521 | 521 | ||
522 | if (firmware_has_feature(FW_FEATURE_ISERIES)) | ||
523 | iSeries_pcibios_init(); | ||
524 | |||
525 | printk(KERN_DEBUG "PCI: Probing PCI hardware\n"); | 522 | printk(KERN_DEBUG "PCI: Probing PCI hardware\n"); |
526 | 523 | ||
527 | /* Scan all of the recorded PCI controllers. */ | 524 | /* Scan all of the recorded PCI controllers. */ |