Merge branch 'x86/mm' into x86/asm to resolve conflict and to create common base
[cascardo/linux.git] / arch / x86 / include / asm / cpufeature.h
index 97e5f13..c594e04 100644 (file)
@@ -126,7 +126,6 @@ extern const char * const x86_bug_flags[NBUGINTS*32];
 #define cpu_has_aes            boot_cpu_has(X86_FEATURE_AES)
 #define cpu_has_avx            boot_cpu_has(X86_FEATURE_AVX)
 #define cpu_has_avx2           boot_cpu_has(X86_FEATURE_AVX2)
-#define cpu_has_pat            boot_cpu_has(X86_FEATURE_PAT)
 #define cpu_has_xsave          boot_cpu_has(X86_FEATURE_XSAVE)
 #define cpu_has_xsaves         boot_cpu_has(X86_FEATURE_XSAVES)
 /*