diff options
Diffstat (limited to 'include/asm-x86/cpufeature.h')
-rw-r--r-- | include/asm-x86/cpufeature.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/include/asm-x86/cpufeature.h b/include/asm-x86/cpufeature.h index 93c143fb8a51..29727bf0e177 100644 --- a/include/asm-x86/cpufeature.h +++ b/include/asm-x86/cpufeature.h | |||
@@ -194,21 +194,6 @@ | |||
194 | #undef cpu_has_centaur_mcr | 194 | #undef cpu_has_centaur_mcr |
195 | #define cpu_has_centaur_mcr 0 | 195 | #define cpu_has_centaur_mcr 0 |
196 | 196 | ||
197 | #undef cpu_has_pse | ||
198 | #define cpu_has_pse 1 | ||
199 | |||
200 | #undef cpu_has_pge | ||
201 | #define cpu_has_pge 1 | ||
202 | |||
203 | #undef cpu_has_xmm | ||
204 | #define cpu_has_xmm 1 | ||
205 | |||
206 | #undef cpu_has_xmm2 | ||
207 | #define cpu_has_xmm2 1 | ||
208 | |||
209 | #undef cpu_has_fxsr | ||
210 | #define cpu_has_fxsr 1 | ||
211 | |||
212 | #endif /* CONFIG_X86_64 */ | 197 | #endif /* CONFIG_X86_64 */ |
213 | 198 | ||
214 | #endif /* _ASM_X86_CPUFEATURE_H */ | 199 | #endif /* _ASM_X86_CPUFEATURE_H */ |