diff options
author | Brian Gerst <brgerst@gmail.com> | 2010-09-03 21:17:09 -0400 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2010-09-09 14:16:20 -0700 |
commit | 6ac8bac2684235f4caf22a410549c582aa7327d6 (patch) | |
tree | d376c2c06ffa1461219f5370497d220cd4afefb0 /arch/x86/kernel/cpu/common.c | |
parent | 2df7a6e9e8e67c19e5fe2eac3f2d2223b7bb4a7b (diff) | |
download | talos-op-linux-6ac8bac2684235f4caf22a410549c582aa7327d6.tar.gz talos-op-linux-6ac8bac2684235f4caf22a410549c582aa7327d6.zip |
x86, fpu: Merge fpu_init()
Make fpu_init() handle 32-bit setup.
Signed-off-by: Brian Gerst <brgerst@gmail.com>
Acked-by: Pekka Enberg <penberg@kernel.org>
Cc: Suresh Siddha <suresh.b.siddha@intel.com>
LKML-Reference: <1283563039-3466-3-git-send-email-brgerst@gmail.com>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
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 490dac63c2d2..f9e23e8639eb 100644 --- a/arch/x86/kernel/cpu/common.c +++ b/arch/x86/kernel/cpu/common.c @@ -1264,13 +1264,6 @@ void __cpuinit cpu_init(void) clear_all_debug_regs(); dbg_restore_debug_regs(); - /* - * Force FPU initialization: - */ - current_thread_info()->status = 0; - clear_used_math(); - mxcsr_feature_mask_init(); - fpu_init(); xsave_init(); } |