summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic_32.c
diff options
context:
space:
mode:
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.
*