diff options
Diffstat (limited to 'arch/x86/include/asm/msr-index.h')
-rw-r--r-- | arch/x86/include/asm/msr-index.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/msr-index.h b/arch/x86/include/asm/msr-index.h index b49d8ca228f6..e57bc20683d6 100644 --- a/arch/x86/include/asm/msr-index.h +++ b/arch/x86/include/asm/msr-index.h | |||
@@ -238,6 +238,8 @@ | |||
238 | 238 | ||
239 | #define MSR_IA32_TEMPERATURE_TARGET 0x000001a2 | 239 | #define MSR_IA32_TEMPERATURE_TARGET 0x000001a2 |
240 | 240 | ||
241 | #define MSR_IA32_ENERGY_PERF_BIAS 0x000001b0 | ||
242 | |||
241 | /* MISC_ENABLE bits: architectural */ | 243 | /* MISC_ENABLE bits: architectural */ |
242 | #define MSR_IA32_MISC_ENABLE_FAST_STRING (1ULL << 0) | 244 | #define MSR_IA32_MISC_ENABLE_FAST_STRING (1ULL << 0) |
243 | #define MSR_IA32_MISC_ENABLE_TCC (1ULL << 1) | 245 | #define MSR_IA32_MISC_ENABLE_TCC (1ULL << 1) |