aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/setup_64.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/setup_64.c')
-rw-r--r--arch/x86/kernel/setup_64.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/setup_64.c b/arch/x86/kernel/setup_64.c
index 79635b7bd57a..f84e2662f1ca 100644
--- a/arch/x86/kernel/setup_64.c
+++ b/arch/x86/kernel/setup_64.c
@@ -334,6 +334,7 @@ void __init setup_arch(char **cmdline_p)
334#ifdef CONFIG_SMP 334#ifdef CONFIG_SMP
335 /* setup to use the early static init tables during kernel startup */ 335 /* setup to use the early static init tables during kernel startup */
336 x86_cpu_to_apicid_early_ptr = (void *)&x86_cpu_to_apicid_init; 336 x86_cpu_to_apicid_early_ptr = (void *)&x86_cpu_to_apicid_init;
337 x86_bios_cpu_apicid_early_ptr = (void *)&x86_bios_cpu_apicid_init;
337#ifdef CONFIG_NUMA 338#ifdef CONFIG_NUMA
338 x86_cpu_to_node_map_early_ptr = (void *)&x86_cpu_to_node_map_init; 339 x86_cpu_to_node_map_early_ptr = (void *)&x86_cpu_to_node_map_init;
339#endif 340#endif