summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/cpufeature.h
diff options
context:
space:
mode:
authorAlok Kataria <akataria@vmware.com>2008-10-31 11:59:53 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-10-31 14:44:19 -0700
commitb2bcc7b299f37037b4a78dc1538e5d6508ae8110 (patch)
tree83611aba6d2b93e37d6f93a4517a1ea674b9cf0e /arch/x86/include/asm/cpufeature.h
parent2576c9991758e431b73e374f6019d6e1e12a8d36 (diff)
downloadop-kernel-dev-b2bcc7b299f37037b4a78dc1538e5d6508ae8110.zip
op-kernel-dev-b2bcc7b299f37037b4a78dc1538e5d6508ae8110.tar.gz
x86: add a synthetic TSC_RELIABLE feature bit
Impact: None, bit reservation only Add a synthetic TSC_RELIABLE feature bit which will be used to mark TSC as reliable so that we could skip all the runtime checks for TSC stablity, which have false positives in virtual environment. Signed-off-by: Alok N Kataria <akataria@vmware.com> Signed-off-by: Dan Hecht <dhecht@vmware.com> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/x86/include/asm/cpufeature.h')
-rw-r--r--arch/x86/include/asm/cpufeature.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/cpufeature.h b/arch/x86/include/asm/cpufeature.h
index cfdf8c2..e490a79 100644
--- a/arch/x86/include/asm/cpufeature.h
+++ b/arch/x86/include/asm/cpufeature.h
@@ -92,6 +92,7 @@
#define X86_FEATURE_NOPL (3*32+20) /* The NOPL (0F 1F) instructions */
#define X86_FEATURE_AMDC1E (3*32+21) /* AMD C1E detected */
#define X86_FEATURE_XTOPOLOGY (3*32+22) /* cpu topology enum extensions */
+#define X86_FEATURE_TSC_RELIABLE (3*32+23) /* TSC is known to be reliable */
/* Intel-defined CPU features, CPUID level 0x00000001 (ecx), word 4 */
#define X86_FEATURE_XMM3 (4*32+ 0) /* "pni" SSE-3 */
OpenPOWER on IntegriCloud