Commit 060b9708 authored by Robert Richter's avatar Robert Richter Committed by Ingo Molnar

x86/pci: Changing subsystem initialization order for NUMA

Cc: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: default avatarRobert Richter <robert.richter@amd.com>
Cc: Robert Richter <robert.richter@amd.com>
Cc: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 2510495e
...@@ -57,14 +57,14 @@ static int __init pci_legacy_init(void) ...@@ -57,14 +57,14 @@ static int __init pci_legacy_init(void)
int __init pci_subsys_init(void) int __init pci_subsys_init(void)
{ {
#ifdef CONFIG_X86_NUMAQ
pci_numa_init();
#endif
#ifdef CONFIG_ACPI #ifdef CONFIG_ACPI
pci_acpi_init(); pci_acpi_init();
#endif #endif
pci_legacy_init(); pci_legacy_init();
pcibios_irq_init(); pcibios_irq_init();
#ifdef CONFIG_X86_NUMAQ
pci_numa_init();
#endif
pcibios_init(); pcibios_init();
return 0; return 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment