diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-02-13 23:29:33 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-02-19 16:18:28 +0100 |
commit | 148a142495f40d3da729d62cb7127ccb26223106 (patch) | |
tree | 49e652c2221c0dd897ee055f3d4a835ae194bd9a /include | |
parent | ecaea42eb8507735a97a496cc5068de06542e8b2 (diff) | |
download | linux-148a142495f40d3da729d62cb7127ccb26223106.tar.gz |
x86: make mxcsr_feature_mask static again
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Cc: Roland McGrath <roland@redhat.com>
Cc: hpa@zytor.com
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-x86/i387.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-x86/i387.h b/include/asm-x86/i387.h index 6b1895ccd6b7..f377b76b2f34 100644 --- a/include/asm-x86/i387.h +++ b/include/asm-x86/i387.h @@ -20,7 +20,6 @@ #include <asm/uaccess.h> extern void fpu_init(void); -extern unsigned int mxcsr_feature_mask; extern void mxcsr_feature_mask_init(void); extern void init_fpu(struct task_struct *child); extern asmlinkage void math_state_restore(void); |