From 59f542fc5b0cab54e80541d6e59850adce7107ce Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 30 Jan 2008 13:31:48 +0100 Subject: [PATCH] --- yaml --- r: 80062 b: refs/heads/master c: 863aec860259f287797f886c3f373389cdafc8e3 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-x86/cpufeature.h | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 559b7aef5f9c..eb78bac68ffe 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c269f19617f508cc5c29c0b064c1a437d7011a46 +refs/heads/master: 863aec860259f287797f886c3f373389cdafc8e3 diff --git a/trunk/include/asm-x86/cpufeature.h b/trunk/include/asm-x86/cpufeature.h index 87dd900154d1..75e2f78a7fda 100644 --- a/trunk/include/asm-x86/cpufeature.h +++ b/trunk/include/asm-x86/cpufeature.h @@ -192,9 +192,21 @@ #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 */