]> err.no Git - linux-2.6/blobdiff - arch/x86/pci/init.c
x86: remove unneeded check in mmconf reject
[linux-2.6] / arch / x86 / pci / init.c
index 3de9f9ba2da6aed8be73921f3f416ed8af444a49..2080b04b3bcc18791ebacc78e39ff5bb165180ad 100644 (file)
@@ -11,9 +11,7 @@ static __init int pci_access_init(void)
 #ifdef CONFIG_PCI_DIRECT
        type = pci_direct_probe();
 #endif
-#ifdef CONFIG_PCI_MMCONFIG
-       pci_mmcfg_init(type);
-#endif
+       pci_mmcfg_early_init(type);
        if (raw_pci_ops)
                return 0;
 #ifdef CONFIG_PCI_BIOS