aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/msr-index.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/msr-index.h')
-rw-r--r--arch/x86/include/asm/msr-index.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/msr-index.h b/arch/x86/include/asm/msr-index.h
index 91ba8e6b630a..3ea3dc487047 100644
--- a/arch/x86/include/asm/msr-index.h
+++ b/arch/x86/include/asm/msr-index.h
@@ -199,6 +199,7 @@
199#define MSR_IA32_TSC 0x00000010 199#define MSR_IA32_TSC 0x00000010
200#define MSR_IA32_PLATFORM_ID 0x00000017 200#define MSR_IA32_PLATFORM_ID 0x00000017
201#define MSR_IA32_EBL_CR_POWERON 0x0000002a 201#define MSR_IA32_EBL_CR_POWERON 0x0000002a
202#define MSR_EBC_FREQUENCY_ID 0x0000002c
202#define MSR_IA32_FEATURE_CONTROL 0x0000003a 203#define MSR_IA32_FEATURE_CONTROL 0x0000003a
203 204
204#define FEATURE_CONTROL_LOCKED (1<<0) 205#define FEATURE_CONTROL_LOCKED (1<<0)