x86/cpufeature: Replace cpu_has_fpu with boot_cpu_has() usage
[linux-2.6-block.git] / arch / x86 / include / asm / cpufeature.h
index 6463258b4619f12ebef863c2faa3833feff43d25..b23d5570a5f42a2ce30ba2700ee19526a61f3247 100644 (file)
@@ -118,7 +118,6 @@ extern const char * const x86_bug_flags[NBUGINTS*32];
        set_bit(bit, (unsigned long *)cpu_caps_set);    \
 } while (0)
 
-#define cpu_has_fpu            boot_cpu_has(X86_FEATURE_FPU)
 #define cpu_has_tsc            boot_cpu_has(X86_FEATURE_TSC)
 #define cpu_has_apic           boot_cpu_has(X86_FEATURE_APIC)
 #define cpu_has_fxsr           boot_cpu_has(X86_FEATURE_FXSR)