diff options
Diffstat (limited to 'arch/x86/kernel/cpu/common.c')
-rw-r--r-- | arch/x86/kernel/cpu/common.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kernel/cpu/common.c b/arch/x86/kernel/cpu/common.c index 7d35d6594118..44aec5d4dfaf 100644 --- a/arch/x86/kernel/cpu/common.c +++ b/arch/x86/kernel/cpu/common.c | |||
@@ -1324,7 +1324,6 @@ void __cpuinit cpu_init(void) | |||
1324 | dbg_restore_debug_regs(); | 1324 | dbg_restore_debug_regs(); |
1325 | 1325 | ||
1326 | fpu_init(); | 1326 | fpu_init(); |
1327 | xsave_init(); | ||
1328 | 1327 | ||
1329 | raw_local_save_flags(kernel_eflags); | 1328 | raw_local_save_flags(kernel_eflags); |
1330 | 1329 | ||
@@ -1379,6 +1378,5 @@ void __cpuinit cpu_init(void) | |||
1379 | dbg_restore_debug_regs(); | 1378 | dbg_restore_debug_regs(); |
1380 | 1379 | ||
1381 | fpu_init(); | 1380 | fpu_init(); |
1382 | xsave_init(); | ||
1383 | } | 1381 | } |
1384 | #endif | 1382 | #endif |