x86/cpufeature: Replace cpu_has_avx with boot_cpu_has() usage
[linux-2.6-block.git] / arch / x86 / include / asm / cpufeature.h
index a6627b30bf45d33fcd3d2bac0346fcbd3396bb03..3b232a120a5d8db999ab28c0cd57c9a863b690fa 100644 (file)
@@ -123,7 +123,6 @@ extern const char * const x86_bug_flags[NBUGINTS*32];
 #define cpu_has_apic           boot_cpu_has(X86_FEATURE_APIC)
 #define cpu_has_fxsr           boot_cpu_has(X86_FEATURE_FXSR)
 #define cpu_has_xmm            boot_cpu_has(X86_FEATURE_XMM)
-#define cpu_has_avx            boot_cpu_has(X86_FEATURE_AVX)
 #define cpu_has_xsave          boot_cpu_has(X86_FEATURE_XSAVE)
 #define cpu_has_xsaves         boot_cpu_has(X86_FEATURE_XSAVES)
 /*