x86: x86-64 wired cpu_has macros
[sfrench/cifs-2.6.git] / include / asm-x86 / cpufeature.h
index 87dd900154d15cf40245d267f710d655a169e118..75e2f78a7fdaf758494bee2977b8154ee31bf3a3 100644 (file)
 #undef  cpu_has_centaur_mcr
 #define cpu_has_centaur_mcr    0
 
+#undef  cpu_has_pse
+#define cpu_has_pse            1
+
 #undef  cpu_has_pge
 #define cpu_has_pge            1
 
+#undef  cpu_has_xmm
+#define cpu_has_xmm            1
+
+#undef  cpu_has_xmm2
+#define cpu_has_xmm2           1
+
+#undef  cpu_has_fxsr
+#define cpu_has_fxsr           1
+
 #endif /* CONFIG_X86_64 */
 
 #endif /* _ASM_X86_CPUFEATURE_H */