diff options
Diffstat (limited to 'arch/x86/pci/init.c')
-rw-r--r-- | arch/x86/pci/init.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/pci/init.c b/arch/x86/pci/init.c index 343c36337e6..dd30c6076b5 100644 --- a/arch/x86/pci/init.c +++ b/arch/x86/pci/init.c @@ -11,8 +11,12 @@ static __init int pci_access_init(void) type = pci_direct_probe(); #endif + pci_mmcfg_early_init(); +#ifdef CONFIG_PCI_OLPC + pci_olpc_init(); +#endif #ifdef CONFIG_PCI_BIOS pci_pcbios_init(); #endif |