diff options
Diffstat (limited to 'arch/x86/pci/legacy.c')
-rw-r--r-- | arch/x86/pci/legacy.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/pci/legacy.c b/arch/x86/pci/legacy.c index 3c1d795cbbe9..d8b6e928590b 100644 --- a/arch/x86/pci/legacy.c +++ b/arch/x86/pci/legacy.c | |||
@@ -62,6 +62,9 @@ int __init pci_subsys_init(void) | |||
62 | #endif | 62 | #endif |
63 | pci_legacy_init(); | 63 | pci_legacy_init(); |
64 | pcibios_irq_init(); | 64 | pcibios_irq_init(); |
65 | #ifdef CONFIG_X86_NUMAQ | ||
66 | pci_numa_init(); | ||
67 | #endif | ||
65 | pcibios_init(); | 68 | pcibios_init(); |
66 | } | 69 | } |
67 | subsys_initcall(pci_subsys_init); | 70 | subsys_initcall(pci_subsys_init); |