x86: make mxcsr_feature_mask static again
[sfrench/cifs-2.6.git] / arch / x86 / kernel / i387.c
index 26719bd2c77ce01c8e087fca9c86ad5d3f067278..763dfc407232b0133750f3f61898a120f0685ebc 100644 (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)
 {