diff options
Diffstat (limited to 'include/asm-i386')
-rw-r--r-- | include/asm-i386/cpufeature.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-i386/cpufeature.h b/include/asm-i386/cpufeature.h index 231672558c1f..4c83e059228f 100644 --- a/include/asm-i386/cpufeature.h +++ b/include/asm-i386/cpufeature.h | |||
@@ -137,6 +137,7 @@ | |||
137 | #define cpu_has_pmm_enabled boot_cpu_has(X86_FEATURE_PMM_EN) | 137 | #define cpu_has_pmm_enabled boot_cpu_has(X86_FEATURE_PMM_EN) |
138 | #define cpu_has_ds boot_cpu_has(X86_FEATURE_DS) | 138 | #define cpu_has_ds boot_cpu_has(X86_FEATURE_DS) |
139 | #define cpu_has_pebs boot_cpu_has(X86_FEATURE_PEBS) | 139 | #define cpu_has_pebs boot_cpu_has(X86_FEATURE_PEBS) |
140 | #define cpu_has_clflush boot_cpu_has(X86_FEATURE_CLFLSH) | ||
140 | 141 | ||
141 | #endif /* __ASM_I386_CPUFEATURE_H */ | 142 | #endif /* __ASM_I386_CPUFEATURE_H */ |
142 | 143 | ||