]> git.baikalelectronics.ru Git - kernel.git/commit
x86 msr-index: define MSR_TURBO_RATIO_LIMIT,1,2
authorLen Brown <len.brown@intel.com>
Fri, 10 Apr 2015 04:22:56 +0000 (00:22 -0400)
committerLen Brown <len.brown@intel.com>
Mon, 13 Apr 2015 20:41:49 +0000 (16:41 -0400)
commitee45679dfbae3b0d254fc96ea21f7676afa85864
treedc11010eb99885ddaa10d723f4f1a11885c5835d
parent09b8954a6d8068b7bbe3490136e22ee2b80d5cf1
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
arch/x86/include/uapi/asm/msr-index.h