]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/kernel/mpparse_64.c
x86: move boot_cpu_physical_apicid to apic_64.c
[linux-2.6-omap-h63xx.git] / arch / x86 / kernel / mpparse_64.c
index a1d8d4432988f00e29ac6938d591bf6847ae8a5e..49e3bfe01022bac0ae3fcc20cb201452538c53e8 100644 (file)
@@ -56,10 +56,6 @@ int mp_irq_entries;
 
 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
 u16 x86_bios_cpu_apicid_init[NR_CPUS] __initdata
     = {[0 ... NR_CPUS - 1] = BAD_APICID };