diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-11-10 00:07:12 -0500 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-11-10 00:07:12 -0500 |
commit | fe360cdfd26503a6def1dfebc0ef8371c5071340 (patch) | |
tree | 9f2a21980c0a02a0f29fdc95ff9a265f5c094830 | |
parent | 0c95fbb25602caa02ef697c3852cd61f9829e6ff (diff) |
powerpc: fix iSeries build
Only MULTIPLATFORM has phbs_remap_io.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
-rw-r--r-- | arch/ppc64/kernel/pci.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/ppc64/kernel/pci.c b/arch/ppc64/kernel/pci.c index 46929fb24f3c..3cef1b8f57f0 100644 --- a/arch/ppc64/kernel/pci.c +++ b/arch/ppc64/kernel/pci.c | |||
@@ -548,8 +548,10 @@ static int __init pcibios_init(void) | |||
548 | if (ppc64_isabridge_dev != NULL) | 548 | if (ppc64_isabridge_dev != NULL) |
549 | printk("ISA bridge at %s\n", pci_name(ppc64_isabridge_dev)); | 549 | printk("ISA bridge at %s\n", pci_name(ppc64_isabridge_dev)); |
550 | 550 | ||
551 | #ifdef CONFIG_PPC_MULTIPLATFORM | ||
551 | /* map in PCI I/O space */ | 552 | /* map in PCI I/O space */ |
552 | phbs_remap_io(); | 553 | phbs_remap_io(); |
554 | #endif | ||
553 | 555 | ||
554 | printk("PCI: Probing PCI hardware done\n"); | 556 | printk("PCI: Probing PCI hardware done\n"); |
555 | 557 | ||