]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
x86: move def_to_bigsmp to setup_32.c
authorAlexey Starikovskiy <astarikovskiy@suse.de>
Thu, 27 Mar 2008 20:55:04 +0000 (23:55 +0300)
committerIngo Molnar <mingo@elte.hu>
Thu, 17 Apr 2008 15:41:31 +0000 (17:41 +0200)
Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/mpparse_32.c
arch/x86/kernel/setup_32.c

index 0f877a572cf062df4de8ffab76ea7a7dbed4a888..e5376dc5d0ccc817fb9bc1dfe7e8b7d0014dbe81 100644 (file)
@@ -61,8 +61,6 @@ int nr_ioapics;
 
 int pic_mode;
 
-unsigned int def_to_bigsmp = 0;
-
 /* Processor that is doing the boot up */
 unsigned int boot_cpu_physical_apicid = -1U;
 
index 58f3c1fbc5c3fae7f74263c5ed70df649d4bfd84..4b198d9d0de3d16b59d0bc0d333fbbe3055579ea 100644 (file)
@@ -155,6 +155,8 @@ struct cpuinfo_x86 new_cpu_data __cpuinitdata = { 0, 0, 0, 0, -1, 1, 0, 0, -1 };
 struct cpuinfo_x86 boot_cpu_data __read_mostly = { 0, 0, 0, 0, -1, 1, 0, 0, -1 };
 EXPORT_SYMBOL(boot_cpu_data);
 
+unsigned int def_to_bigsmp;
+
 #ifndef CONFIG_X86_PAE
 unsigned long mmu_cr4_features;
 #else