diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2007-12-07 02:03:23 +1100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-12-11 13:42:35 +1100 |
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) /* Install IO hooks */ ppc_pci_io = iseries_pci_io; + pci_probe_only = 1; + /* iSeries has no IO space in the common sense, it needs to set * the IO base to 0 */ |