x86/cpufeature: Replace cpu_has_aes with boot_cpu_has() usage
[linux-2.6-block.git] / arch / x86 / include / asm / cpufeature.h
index 810166530cbfe8c29a99e4e6fcb6032d93f80f04..a6627b30bf45d33fcd3d2bac0346fcbd3396bb03 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_aes            boot_cpu_has(X86_FEATURE_AES)
 #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)