aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/fpu/types.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2015-04-24 03:06:56 +0200
committerIngo Molnar <mingo@kernel.org>2015-05-19 15:47:31 +0200
commitdf6397525cbe096d0eab0c1530fd25429d26f11b (patch)
tree51261a14d87d24661b91cba746df4f6d231e6a03 /arch/x86/include/asm/fpu/types.h
parentx86/fpu: Rename fpu-internal.h to fpu/internal.h (diff)
downloadlinux-dev-df6397525cbe096d0eab0c1530fd25429d26f11b.tar.xz
linux-dev-df6397525cbe096d0eab0c1530fd25429d26f11b.zip
x86/fpu: Move MXCSR_DEFAULT to fpu/internal.h
fpu/types.h gets included everywhere, move the MXCSR_DEFAULT to fpu/internal.h, the place where it's used. Reviewed-by: Borislav Petkov <bp@alien8.de> Cc: Andy Lutomirski <luto@amacapital.net> Cc: Dave Hansen <dave.hansen@linux.intel.com> Cc: Fenghua Yu <fenghua.yu@intel.com> Cc: H. Peter Anvin <hpa@zytor.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Oleg Nesterov <oleg@redhat.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/include/asm/fpu/types.h')
-rw-r--r--arch/x86/include/asm/fpu/types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/fpu/types.h b/arch/x86/include/asm/fpu/types.h
index cad1c37d9ea2..917d2e56426a 100644
--- a/arch/x86/include/asm/fpu/types.h
+++ b/arch/x86/include/asm/fpu/types.h
@@ -4,8 +4,6 @@
#ifndef _ASM_X86_FPU_H
#define _ASM_X86_FPU_H
-#define MXCSR_DEFAULT 0x1f80
-
struct i387_fsave_struct {
u32 cwd; /* FPU Control Word */
u32 swd; /* FPU Status Word */