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.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/x86/kernel/setup_64.c b/arch/x86/kernel/setup_64.c
index 9a87113ba996..16ef53ab538a 100644
--- a/arch/x86/kernel/setup_64.c
+++ b/arch/x86/kernel/setup_64.c
@@ -376,15 +376,6 @@ void __init setup_arch(char **cmdline_p)
376 kvmclock_init(); 376 kvmclock_init();
377#endif 377#endif
378 378
379#ifdef CONFIG_SMP
380 /* setup to use the early static init tables during kernel startup */
381 x86_cpu_to_apicid_early_ptr = (void *)x86_cpu_to_apicid_init;
382 x86_bios_cpu_apicid_early_ptr = (void *)x86_bios_cpu_apicid_init;
383#ifdef CONFIG_NUMA
384 x86_cpu_to_node_map_early_ptr = (void *)x86_cpu_to_node_map_init;
385#endif
386#endif
387
388#ifdef CONFIG_ACPI 379#ifdef CONFIG_ACPI
389 /* 380 /*
390 * Initialize the ACPI boot-time table parser (gets the RSDP and SDT). 381 * Initialize the ACPI boot-time table parser (gets the RSDP and SDT).