aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/setup.c')
-rw-r--r--arch/x86/kernel/setup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c
index f52a6fb90238..cfcfbefee0b9 100644
--- a/arch/x86/kernel/setup.c
+++ b/arch/x86/kernel/setup.c
@@ -818,6 +818,7 @@ void __init setup_arch(char **cmdline_p)
818 get_smp_config(); 818 get_smp_config();
819#endif 819#endif
820 820
821 prefill_possible_map();
821#ifdef CONFIG_X86_64 822#ifdef CONFIG_X86_64
822 init_cpu_to_node(); 823 init_cpu_to_node();
823#endif 824#endif