]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/kernel/smpboot.c
x86: move up & smp variables to setup.c
[linux-2.6-omap-h63xx.git] / arch / x86 / kernel / smpboot.c
index abf63767cd4674e7e4e491859606352a41914a02..21ad3f396a058191e32c584edb1174a97bfae79e 100644 (file)
@@ -86,14 +86,9 @@ void *x86_bios_cpu_apicid_early_ptr;
 u8 apicid_2_node[MAX_APICID];
 #endif
 
-/* Internal processor count */
-unsigned int num_processors;
-
 /* State of each CPU */
 DEFINE_PER_CPU(int, cpu_state) = { 0 };
 
-unsigned disabled_cpus __cpuinitdata;
-
 /* Store all idle threads, this can be reused instead of creating
 * a new thread. Also avoids complicated thread destroy functionality
 * for idle threads.