From: Michal Ludvig <michal@logix.cz>

Add a couple more accessors for xstore features.

Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/include/asm-i386/cpufeature.h |    2 ++
 1 files changed, 2 insertions(+)

diff -puN include/asm-i386/cpufeature.h~new-cpu_has_-flags include/asm-i386/cpufeature.h
--- 25/include/asm-i386/cpufeature.h~new-cpu_has_-flags	Mon Aug  9 15:05:41 2004
+++ 25-akpm/include/asm-i386/cpufeature.h	Mon Aug  9 15:05:41 2004
@@ -106,7 +106,9 @@
 #define cpu_has_cyrix_arr	boot_cpu_has(X86_FEATURE_CYRIX_ARR)
 #define cpu_has_centaur_mcr	boot_cpu_has(X86_FEATURE_CENTAUR_MCR)
 #define cpu_has_xstore		boot_cpu_has(X86_FEATURE_XSTORE)
+#define cpu_has_xstore_enabled	boot_cpu_has(X86_FEATURE_XSTORE_EN)
 #define cpu_has_xcrypt		boot_cpu_has(X86_FEATURE_XCRYPT)
+#define cpu_has_xcrypt_enabled	boot_cpu_has(X86_FEATURE_XCRYPT_EN)
 
 #endif /* __ASM_I386_CPUFEATURE_H */
 
_