summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/required-features.h
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2010-07-07 17:29:18 -0700
committerH. Peter Anvin <hpa@zytor.com>2010-07-07 17:29:18 -0700
commitbdc802dcca1709b01988d57e91f9f35ce1609fcc (patch)
treec0f933ee09e214dd98d789243aa0914a5d9a821f /arch/x86/include/asm/required-features.h
parent24da9c26f3050aee9314ec09930a24c80fe76352 (diff)
downloadlinux-0-day-bdc802dcca1709b01988d57e91f9f35ce1609fcc.tar.gz
linux-0-day-bdc802dcca1709b01988d57e91f9f35ce1609fcc.tar.xz
x86, cpu: Support the features flags in new CPUID leaf 7
Intel has defined CPUID leaf 7 as the next set of feature flags (see the AVX specification, version 007). Add support for this new feature flags word. Signed-off-by: H. Peter Anvin <hpa@zytor.com> LKML-Reference: <tip-*@vger.kernel.org>
Diffstat (limited to 'arch/x86/include/asm/required-features.h')
-rw-r--r--arch/x86/include/asm/required-features.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/required-features.h b/arch/x86/include/asm/required-features.h
index 64cf2d24fad1c..6c7fc25f2c34a 100644
--- a/arch/x86/include/asm/required-features.h
+++ b/arch/x86/include/asm/required-features.h
@@ -84,5 +84,7 @@
#define REQUIRED_MASK5 0
#define REQUIRED_MASK6 0
#define REQUIRED_MASK7 0
+#define REQUIRED_MASK8 0
+#define REQUIRED_MASK9 0
#endif /* _ASM_X86_REQUIRED_FEATURES_H */