summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/apic_64.c
diff options
context:
space:
mode:
authorAlexey Starikovskiy <astarikovskiy@suse.de>2008-03-27 23:56:12 +0300
committerIngo Molnar <mingo@elte.hu>2008-04-17 17:41:32 +0200
commit86cc0d916a9cc55b0b46a9b31e9379cd3c9e10dc (patch)
treefb85e125cef900d4bb6e919a1b5322566fa27cd3 /arch/x86/kernel/apic_64.c
parent3103623eed1a3ea4a36ee26725842a8038760648 (diff)
x86: move boot_cpu_physical_apicid to apic_64.c
Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/apic_64.c')
-rw-r--r--arch/x86/kernel/apic_64.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/kernel/apic_64.c b/arch/x86/kernel/apic_64.c
index 0794646e68f0..d7d3594f93e3 100644
--- a/arch/x86/kernel/apic_64.c
+++ b/arch/x86/kernel/apic_64.c
@@ -87,6 +87,10 @@ static unsigned long apic_phys;
unsigned long mp_lapic_addr;
+/* Processor that is doing the boot up */
+unsigned int boot_cpu_physical_apicid = -1U;
+EXPORT_SYMBOL(boot_cpu_physical_apicid);
+
/*
* Get the LAPIC version
*/