diff options
Diffstat (limited to 'arch/x86/kernel/setup_64.c')
-rw-r--r-- | arch/x86/kernel/setup_64.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/setup_64.c b/arch/x86/kernel/setup_64.c index 116687ade180..fe47807cac00 100644 --- a/arch/x86/kernel/setup_64.c +++ b/arch/x86/kernel/setup_64.c | |||
@@ -338,7 +338,6 @@ void __init setup_arch(char **cmdline_p) | |||
338 | #ifdef CONFIG_NUMA | 338 | #ifdef CONFIG_NUMA |
339 | 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; |
340 | #endif | 340 | #endif |
341 | x86_bios_cpu_apicid_early_ptr = (void *)&x86_bios_cpu_apicid_init; | ||
342 | #endif | 341 | #endif |
343 | 342 | ||
344 | #ifdef CONFIG_ACPI | 343 | #ifdef CONFIG_ACPI |