소스 검색

Merge git://oak/home/sfr/kernels/iseries/work

Paul Mackerras 19 년 전
부모
커밋
7c43ee40ec
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      arch/ppc64/kernel/pci.c

+ 2 - 0
arch/ppc64/kernel/pci.c

@@ -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");