diff options
author | Len Brown <len.brown@intel.com> | 2015-04-10 00:22:56 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2015-04-13 16:41:49 -0400 |
commit | c4d30668da689de2f27bb0b19de4430d6c95d7cf (patch) | |
tree | dc11010eb99885ddaa10d723f4f1a11885c5835d /arch/x86 | |
parent | 8f61f3598d541b12e714d9e3f8f6094cff946c6f (diff) |
x86 msr-index: define MSR_TURBO_RATIO_LIMIT,1,2
MSR_TURBO_RATIO_LIMIT has grown into a set of three registers.
Add the documented names for them, in preparation
for deleting the previous ad-hoc names:
+#define MSR_TURBO_RATIO_LIMIT 0x000001ad
+#define MSR_TURBO_RATIO_LIMIT1 0x000001ae
+#define MSR_TURBO_RATIO_LIMIT2 0x000001af
Signed-off-by: Len Brown <len.brown@intel.com>
Cc: x86@kernel.org
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/include/uapi/asm/msr-index.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/include/uapi/asm/msr-index.h b/arch/x86/include/uapi/asm/msr-index.h index 3ce079136c11..c4c75272314a 100644 --- a/arch/x86/include/uapi/asm/msr-index.h +++ b/arch/x86/include/uapi/asm/msr-index.h | |||
@@ -61,6 +61,9 @@ | |||
61 | #define MSR_OFFCORE_RSP_1 0x000001a7 | 61 | #define MSR_OFFCORE_RSP_1 0x000001a7 |
62 | #define MSR_NHM_TURBO_RATIO_LIMIT 0x000001ad | 62 | #define MSR_NHM_TURBO_RATIO_LIMIT 0x000001ad |
63 | #define MSR_IVT_TURBO_RATIO_LIMIT 0x000001ae | 63 | #define MSR_IVT_TURBO_RATIO_LIMIT 0x000001ae |
64 | #define MSR_TURBO_RATIO_LIMIT 0x000001ad | ||
65 | #define MSR_TURBO_RATIO_LIMIT1 0x000001ae | ||
66 | #define MSR_TURBO_RATIO_LIMIT2 0x000001af | ||
64 | 67 | ||
65 | #define MSR_LBR_SELECT 0x000001c8 | 68 | #define MSR_LBR_SELECT 0x000001c8 |
66 | #define MSR_LBR_TOS 0x000001c9 | 69 | #define MSR_LBR_TOS 0x000001c9 |