x86: move x86_bios_cpu_apicid_init to smpboot.c
[sfrench/cifs-2.6.git] / arch / x86 / kernel / mpparse_64.c
index 8d7365511ac0ba3b09b9ce700c5dfcd629cdc4d8..3196c2318640d06eb2ba30d27a2e3153ca033117 100644 (file)
@@ -55,12 +55,6 @@ int mp_irq_entries;
 
 int nr_ioapics;
 
-#ifdef CONFIG_SMP
-u16 x86_bios_cpu_apicid_init[NR_CPUS] __initdata
-    = {[0 ... NR_CPUS - 1] = BAD_APICID };
-void *x86_bios_cpu_apicid_early_ptr;
-#endif
-
 /* Make it easy to share the UP and SMP code: */
 #ifndef CONFIG_X86_SMP
 unsigned int num_processors;