aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel')
-rw-r--r--arch/x86/kernel/setup_percpu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kernel/setup_percpu.c b/arch/x86/kernel/setup_percpu.c
index 4caa78d7cb15..c7458ead22de 100644
--- a/arch/x86/kernel/setup_percpu.c
+++ b/arch/x86/kernel/setup_percpu.c
@@ -125,8 +125,10 @@ void __init setup_per_cpu_areas(void)
125 } 125 }
126 126
127 /* indicate the early static arrays will soon be gone */ 127 /* indicate the early static arrays will soon be gone */
128#ifdef CONFIG_X86_LOCAL_APIC
128 early_per_cpu_ptr(x86_cpu_to_apicid) = NULL; 129 early_per_cpu_ptr(x86_cpu_to_apicid) = NULL;
129 early_per_cpu_ptr(x86_bios_cpu_apicid) = NULL; 130 early_per_cpu_ptr(x86_bios_cpu_apicid) = NULL;
131#endif
130#if defined(CONFIG_X86_64) && defined(CONFIG_NUMA) 132#if defined(CONFIG_X86_64) && defined(CONFIG_NUMA)
131 early_per_cpu_ptr(x86_cpu_to_node_map) = NULL; 133 early_per_cpu_ptr(x86_cpu_to_node_map) = NULL;
132#endif 134#endif