summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/pci_64.c
diff options
context:
space:
mode:
authorStephen Rothwell2007-12-06 16:00:45 +0100
committerPaul Mackerras2007-12-11 03:42:32 +0100
commitcb993029094ed61f286793819d3aaa1deea5b252 (patch)
tree9beeecd334054899a05632a4c800f1056a5e01a4 /arch/powerpc/kernel/pci_64.c
parent[POWERPC] Inline pci_setup_pci_controller as it has become trivial (diff)
downloadkernel-qcow2-linux-cb993029094ed61f286793819d3aaa1deea5b252.tar.gz
kernel-qcow2-linux-cb993029094ed61f286793819d3aaa1deea5b252.tar.xz
kernel-qcow2-linux-cb993029094ed61f286793819d3aaa1deea5b252.zip
[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.c3
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)
*/
ppc_md.phys_mem_access_prot = pci_phys_mem_access_prot;
- if (firmware_has_feature(FW_FEATURE_ISERIES))
- iSeries_pcibios_init();
-
printk(KERN_DEBUG "PCI: Probing PCI hardware\n");
/* Scan all of the recorded PCI controllers. */