diff options
Diffstat (limited to 'arch/x86_64/kernel')
-rw-r--r-- | arch/x86_64/kernel/setup.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86_64/kernel/setup.c b/arch/x86_64/kernel/setup.c index 46bf556efc30..173bdc55113b 100644 --- a/arch/x86_64/kernel/setup.c +++ b/arch/x86_64/kernel/setup.c | |||
@@ -713,6 +713,8 @@ void __init setup_arch(char **cmdline_p) | |||
713 | acpi_boot_init(); | 713 | acpi_boot_init(); |
714 | #endif | 714 | #endif |
715 | 715 | ||
716 | init_cpu_to_node(); | ||
717 | |||
716 | #ifdef CONFIG_X86_LOCAL_APIC | 718 | #ifdef CONFIG_X86_LOCAL_APIC |
717 | /* | 719 | /* |
718 | * get boot-time SMP configuration: | 720 | * get boot-time SMP configuration: |