aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-03-28 12:22:10 +0100
committerIngo Molnar <mingo@elte.hu>2008-04-17 17:41:31 +0200
commitfae9811b775655a02dcb51fa0b6423b546468bd1 (patch)
tree9c44b53b30dcfb7e8eca7b85486b030ac0f58ac2
parent837e0e7a7f574220c87c552cca9f425575418621 (diff)
x86: mpparse, move boot cpu physical apicid to apic_32.c, fix
Signed-off-by: Ingo Molnar <mingo@elte.hu>
-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 9143810bb63..9b61b50a96c 100644
--- a/arch/x86/kernel/mpparse_32.c
+++ b/arch/x86/kernel/mpparse_32.c
@@ -65,8 +65,10 @@ int pic_mode;
#ifndef CONFIG_X86_SMP
unsigned int num_processors;
unsigned disabled_cpus __cpuinitdata;
+#ifndef CONFIG_X86_LOCAL_APIC
unsigned int boot_cpu_physical_apicid = -1U;
#endif
+#endif
/* Make it easy to share the UP and SMP code: */
#ifndef CONFIG_X86_SMP