x86/fpu: Rename fpu_detect() to fpu__detect()
[sfrench/cifs-2.6.git] / arch / x86 / kernel / i387.c
index 66f1053ae2cd5c709b041e6f9368d2bbb355690b..29251f5668b1c84f3712b78de222cd464829281d 100644 (file)
@@ -640,7 +640,11 @@ static int __init no_387(char *s)
 
 __setup("no387", no_387);
 
-void fpu_detect(struct cpuinfo_x86 *c)
+/*
+ * Set the X86_FEATURE_FPU CPU-capability bit based on
+ * trying to execute an actual sequence of FPU instructions:
+ */
+void fpu__detect(struct cpuinfo_x86 *c)
 {
        unsigned long cr0;
        u16 fsw, fcw;