Commit 86cc0d91 authored by Alexey Starikovskiy's avatar Alexey Starikovskiy Committed by Ingo Molnar

x86: move boot_cpu_physical_apicid to apic_64.c

Signed-off-by: default avatarAlexey Starikovskiy <astarikovskiy@suse.de>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 3103623e
...@@ -87,6 +87,10 @@ static unsigned long apic_phys; ...@@ -87,6 +87,10 @@ static unsigned long apic_phys;
unsigned long mp_lapic_addr; 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 * Get the LAPIC version
*/ */
......
...@@ -56,10 +56,6 @@ int mp_irq_entries; ...@@ -56,10 +56,6 @@ int mp_irq_entries;
int nr_ioapics; int nr_ioapics;
/* Processor that is doing the boot up */
unsigned int boot_cpu_physical_apicid = -1U;
EXPORT_SYMBOL(boot_cpu_physical_apicid);
#ifdef CONFIG_SMP #ifdef CONFIG_SMP
u16 x86_bios_cpu_apicid_init[NR_CPUS] __initdata u16 x86_bios_cpu_apicid_init[NR_CPUS] __initdata
= {[0 ... NR_CPUS - 1] = BAD_APICID }; = {[0 ... NR_CPUS - 1] = BAD_APICID };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment