aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/cpu/common.c')
-rw-r--r--arch/x86/kernel/cpu/common.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/x86/kernel/cpu/common.c b/arch/x86/kernel/cpu/common.c
index 80ab20d4fa39..fabbcb7020fb 100644
--- a/arch/x86/kernel/cpu/common.c
+++ b/arch/x86/kernel/cpu/common.c
@@ -712,6 +712,14 @@ void __cpuinit cpu_init(void)
712 current_thread_info()->status = 0; 712 current_thread_info()->status = 0;
713 clear_used_math(); 713 clear_used_math();
714 mxcsr_feature_mask_init(); 714 mxcsr_feature_mask_init();
715
716 /*
717 * Boot processor to setup the FP and extended state context info.
718 */
719 if (!smp_processor_id())
720 init_thread_xstate();
721
722 xsave_init();
715} 723}
716 724
717#ifdef CONFIG_HOTPLUG_CPU 725#ifdef CONFIG_HOTPLUG_CPU