diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2007-12-06 10:03:23 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-12-10 21:42:35 -0500 |
commit | 9ccc4fd260397f0f8ac6078f4cd45fda2d320ead (patch) | |
tree | bd5917d40802bd17d488072f25a916cbe4941966 /arch/powerpc/platforms/iseries | |
parent | c96bede657510cfb171c0fd86fc710582a1c5a5f (diff) |
[POWERPC] Remove some iSeries platform checks from the PCI code
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')
-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 4bcf446cbebf..db0a17e9c4cc 100644 --- a/arch/powerpc/platforms/iseries/pci.c +++ b/arch/powerpc/platforms/iseries/pci.c | |||
@@ -646,6 +646,8 @@ void __init iSeries_pcibios_init(void) | |||
646 | /* Install IO hooks */ | 646 | /* Install IO hooks */ |
647 | ppc_pci_io = iseries_pci_io; | 647 | ppc_pci_io = iseries_pci_io; |
648 | 648 | ||
649 | pci_probe_only = 1; | ||
650 | |||
649 | /* iSeries has no IO space in the common sense, it needs to set | 651 | /* iSeries has no IO space in the common sense, it needs to set |
650 | * the IO base to 0 | 652 | * the IO base to 0 |
651 | */ | 653 | */ |