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:
parent
ecaea42eb8
commit
148a142495
|
@ -39,7 +39,7 @@
|
||||||
#define HAVE_HWFP 1
|
#define HAVE_HWFP 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
unsigned int mxcsr_feature_mask __read_mostly = 0xffffffffu;
|
static unsigned int mxcsr_feature_mask __read_mostly = 0xffffffffu;
|
||||||
|
|
||||||
void mxcsr_feature_mask_init(void)
|
void mxcsr_feature_mask_init(void)
|
||||||
{
|
{
|
||||||
|
|
|
@ -20,7 +20,6 @@
|
||||||
#include <asm/uaccess.h>
|
#include <asm/uaccess.h>
|
||||||
|
|
||||||
extern void fpu_init(void);
|
extern void fpu_init(void);
|
||||||
extern unsigned int mxcsr_feature_mask;
|
|
||||||
extern void mxcsr_feature_mask_init(void);
|
extern void mxcsr_feature_mask_init(void);
|
||||||
extern void init_fpu(struct task_struct *child);
|
extern void init_fpu(struct task_struct *child);
|
||||||
extern asmlinkage void math_state_restore(void);
|
extern asmlinkage void math_state_restore(void);
|
||||||
|
|
Loading…
Reference in New Issue