Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe360cdf authored by Stephen Rothwell's avatar Stephen Rothwell
Browse files

powerpc: fix iSeries build



Only MULTIPLATFORM has phbs_remap_io.

Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
parent 0c95fbb2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -548,8 +548,10 @@ static int __init pcibios_init(void)
	if (ppc64_isabridge_dev != NULL)
		printk("ISA bridge at %s\n", pci_name(ppc64_isabridge_dev));

#ifdef CONFIG_PPC_MULTIPLATFORM
	/* map in PCI I/O space */
	phbs_remap_io();
#endif

	printk("PCI: Probing PCI hardware done\n");