aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/apic_32.c
diff options
context:
space:
mode:
authorAlexey Starikovskiy <astarikovskiy@suse.de>2008-03-27 23:55:10 +0300
committerIngo Molnar <mingo@elte.hu>2008-04-17 17:41:31 +0200
commit837e0e7a7f574220c87c552cca9f425575418621 (patch)
treece1f1a8441e243b57599605f18741e22b665b28f /arch/x86/kernel/apic_32.c
parent0c254e38d294d3720588e2a1fd954d828073f1dc (diff)
x86: move boot_cpu_physical_apicid to apic_32.c
Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/apic_32.c')
-rw-r--r--arch/x86/kernel/apic_32.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/kernel/apic_32.c b/arch/x86/kernel/apic_32.c
index 68ea75fa6d3..f0abd59a2a3 100644
--- a/arch/x86/kernel/apic_32.c
+++ b/arch/x86/kernel/apic_32.c
@@ -52,6 +52,9 @@
unsigned long mp_lapic_addr;
+/* Processor that is doing the boot up */
+unsigned int boot_cpu_physical_apicid = -1U;
+
/*
* Knob to control our willingness to enable the local APIC.
*