aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/smpboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/smpboot.c')
-rw-r--r--arch/x86/kernel/smpboot.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c
index d396155f436..a7a3d1acc63 100644
--- a/arch/x86/kernel/smpboot.c
+++ b/arch/x86/kernel/smpboot.c
@@ -1071,13 +1071,13 @@ void __init native_smp_prepare_cpus(unsigned int max_cpus)
1071 1071
1072 preempt_disable(); 1072 preempt_disable();
1073 smp_cpu_index_default(); 1073 smp_cpu_index_default();
1074 memcpy(__this_cpu_ptr(&cpu_info), &boot_cpu_data, sizeof(cpu_info)); 1074
1075 cpumask_copy(cpu_callin_mask, cpumask_of(0));
1076 mb();
1077 /* 1075 /*
1078 * Setup boot CPU information 1076 * Setup boot CPU information
1079 */ 1077 */
1080 smp_store_cpu_info(0); /* Final full version of the data */ 1078 smp_store_cpu_info(0); /* Final full version of the data */
1079 cpumask_copy(cpu_callin_mask, cpumask_of(0));
1080 mb();
1081#ifdef CONFIG_X86_32 1081#ifdef CONFIG_X86_32
1082 boot_cpu_logical_apicid = logical_smp_processor_id(); 1082 boot_cpu_logical_apicid = logical_smp_processor_id();
1083#endif 1083#endif