From c3773a8f3717c0102b8c86d69e38e6f7fdc64b2a Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Wed, 13 Feb 2008 23:29:33 +0200 Subject: [PATCH] --- yaml --- r: 85971 b: refs/heads/master c: 148a142495f40d3da729d62cb7127ccb26223106 h: refs/heads/master i: 85969: f338a54e6d9aad3759f28eeec63a61df9dd0acf0 85967: 15a5a7b3bd57b62fd13efe98ba94b722daa1b0db v: v3 --- [refs] | 2 +- trunk/arch/x86/kernel/i387.c | 2 +- trunk/include/asm-x86/i387.h | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 6102bc955129..aa9ce85116fb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ecaea42eb8507735a97a496cc5068de06542e8b2 +refs/heads/master: 148a142495f40d3da729d62cb7127ccb26223106 diff --git a/trunk/arch/x86/kernel/i387.c b/trunk/arch/x86/kernel/i387.c index 26719bd2c77c..763dfc407232 100644 --- a/trunk/arch/x86/kernel/i387.c +++ b/trunk/arch/x86/kernel/i387.c @@ -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) { diff --git a/trunk/include/asm-x86/i387.h b/trunk/include/asm-x86/i387.h index 6b1895ccd6b7..f377b76b2f34 100644 --- a/trunk/include/asm-x86/i387.h +++ b/trunk/include/asm-x86/i387.h @@ -20,7 +20,6 @@ #include 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);