diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-21 16:34:32 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-21 16:34:32 -0400 |
commit | b6f7e38dbb310557fe890b04b1a376c93f638c3b (patch) | |
tree | 244aa0cac6ceedfd208438f9c741211842c1aa3b /arch/x86/kernel/cpu/common.c | |
parent | 214515b5787a1035b2c8807abe8be569de63b2f6 (diff) | |
parent | b2b57fe053c9cf8b8af5a0e826a465996afed0ff (diff) |
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
* 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
x86, fpu: Merge fpu_save_init()
x86-32, fpu: Rewrite fpu_save_init()
x86, fpu: Remove PSHUFB_XMM5_* macros
x86, fpu: Remove unnecessary ifdefs from i387 code.
x86-32, fpu: Remove math_emulate stub
x86-64, fpu: Simplify constraints for fxsave/fxtstor
x86-64, fpu: Fix %cs value in convert_from_fxsr()
x86-64, fpu: Disable preemption when using TS_USEDFPU
x86, fpu: Merge __save_init_fpu()
x86, fpu: Merge tolerant_fwait()
x86, fpu: Merge fpu_init()
x86: Use correct type for %cr4
x86, xsave: Disable xsave in i387 emulation mode
Fixed up fxsaveq-induced conflict in arch/x86/include/asm/i387.h
Diffstat (limited to 'arch/x86/kernel/cpu/common.c')
-rw-r--r-- | arch/x86/kernel/cpu/common.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/x86/kernel/cpu/common.c b/arch/x86/kernel/cpu/common.c index 92af7b420ab2..4b68bda30938 100644 --- a/arch/x86/kernel/cpu/common.c +++ b/arch/x86/kernel/cpu/common.c | |||
@@ -1269,13 +1269,6 @@ void __cpuinit cpu_init(void) | |||
1269 | clear_all_debug_regs(); | 1269 | clear_all_debug_regs(); |
1270 | dbg_restore_debug_regs(); | 1270 | dbg_restore_debug_regs(); |
1271 | 1271 | ||
1272 | /* | ||
1273 | * Force FPU initialization: | ||
1274 | */ | ||
1275 | current_thread_info()->status = 0; | ||
1276 | clear_used_math(); | ||
1277 | mxcsr_feature_mask_init(); | ||
1278 | |||
1279 | fpu_init(); | 1272 | fpu_init(); |
1280 | xsave_init(); | 1273 | xsave_init(); |
1281 | } | 1274 | } |