dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Adrian Bunk 2008-02-13 23:29:33 +02:00 committed by Ingo Molnar
parent ecaea42eb8
commit 148a142495
2 changed files with 1 additions and 2 deletions

View File

@ -39,7 +39,7 @@
#define HAVE_HWFP 1
#endif
unsigned int mxcsr_feature_mask __read_mostly = 0xffffffffu;
static unsigned int mxcsr_feature_mask __read_mostly = 0xffffffffu;
void mxcsr_feature_mask_init(void)
{

View File

@ -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);