aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel')
-rw-r--r--arch/x86/kernel/mpparse_32.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kernel/mpparse_32.c b/arch/x86/kernel/mpparse_32.c
index 9143810bb637..9b61b50a96c9 100644
--- a/arch/x86/kernel/mpparse_32.c
+++ b/arch/x86/kernel/mpparse_32.c
@@ -65,8 +65,10 @@ int pic_mode;
65#ifndef CONFIG_X86_SMP 65#ifndef CONFIG_X86_SMP
66unsigned int num_processors; 66unsigned int num_processors;
67unsigned disabled_cpus __cpuinitdata; 67unsigned disabled_cpus __cpuinitdata;
68#ifndef CONFIG_X86_LOCAL_APIC
68unsigned int boot_cpu_physical_apicid = -1U; 69unsigned int boot_cpu_physical_apicid = -1U;
69#endif 70#endif
71#endif
70 72
71/* Make it easy to share the UP and SMP code: */ 73/* Make it easy to share the UP and SMP code: */
72#ifndef CONFIG_X86_SMP 74#ifndef CONFIG_X86_SMP