aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/i387.c
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-02-13 23:29:33 +0200
committerIngo Molnar <mingo@elte.hu>2008-02-19 16:18:28 +0100
commit148a142495f40d3da729d62cb7127ccb26223106 (patch)
tree49e652c2221c0dd897ee055f3d4a835ae194bd9a /arch/x86/kernel/i387.c
parentx86: sparse warning in efi.c (diff)
downloadlinux-dev-148a142495f40d3da729d62cb7127ccb26223106.tar.xz
linux-dev-148a142495f40d3da729d62cb7127ccb26223106.zip
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 'arch/x86/kernel/i387.c')
-rw-r--r--arch/x86/kernel/i387.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/i387.c b/arch/x86/kernel/i387.c
index 26719bd2c77c..763dfc407232 100644
--- a/arch/x86/kernel/i387.c
+++ b/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)
{