diff options
author | Alexey Starikovskiy <astarikovskiy@suse.de> | 2008-03-27 16:55:04 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-17 11:41:31 -0400 |
commit | 0c254e38d294d3720588e2a1fd954d828073f1dc (patch) | |
tree | 98afee4cb6361b01d1a0eebff876ac92e40cef64 | |
parent | 059c9640b57cb8e70c60de141ec817b450431816 (diff) |
x86: move def_to_bigsmp to setup_32.c
Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r-- | arch/x86/kernel/mpparse_32.c | 2 | ||||
-rw-r--r-- | arch/x86/kernel/setup_32.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/mpparse_32.c b/arch/x86/kernel/mpparse_32.c index 0f877a572cf0..e5376dc5d0cc 100644 --- a/arch/x86/kernel/mpparse_32.c +++ b/arch/x86/kernel/mpparse_32.c | |||
@@ -61,8 +61,6 @@ int nr_ioapics; | |||
61 | 61 | ||
62 | int pic_mode; | 62 | int pic_mode; |
63 | 63 | ||
64 | unsigned int def_to_bigsmp = 0; | ||
65 | |||
66 | /* Processor that is doing the boot up */ | 64 | /* Processor that is doing the boot up */ |
67 | unsigned int boot_cpu_physical_apicid = -1U; | 65 | unsigned int boot_cpu_physical_apicid = -1U; |
68 | 66 | ||
diff --git a/arch/x86/kernel/setup_32.c b/arch/x86/kernel/setup_32.c index 58f3c1fbc5c3..4b198d9d0de3 100644 --- a/arch/x86/kernel/setup_32.c +++ b/arch/x86/kernel/setup_32.c | |||
@@ -155,6 +155,8 @@ struct cpuinfo_x86 new_cpu_data __cpuinitdata = { 0, 0, 0, 0, -1, 1, 0, 0, -1 }; | |||
155 | struct cpuinfo_x86 boot_cpu_data __read_mostly = { 0, 0, 0, 0, -1, 1, 0, 0, -1 }; | 155 | struct cpuinfo_x86 boot_cpu_data __read_mostly = { 0, 0, 0, 0, -1, 1, 0, 0, -1 }; |
156 | EXPORT_SYMBOL(boot_cpu_data); | 156 | EXPORT_SYMBOL(boot_cpu_data); |
157 | 157 | ||
158 | unsigned int def_to_bigsmp; | ||
159 | |||
158 | #ifndef CONFIG_X86_PAE | 160 | #ifndef CONFIG_X86_PAE |
159 | unsigned long mmu_cr4_features; | 161 | unsigned long mmu_cr4_features; |
160 | #else | 162 | #else |