commit | c4d30668da689de2f27bb0b19de4430d6c95d7cf | [log] [tgz] |
---|---|---|
author | Len Brown <len.brown@intel.com> | Fri Apr 10 00:22:56 2015 -0400 |
committer | Len Brown <len.brown@intel.com> | Mon Apr 13 16:41:49 2015 -0400 |
tree | dc11010eb99885ddaa10d723f4f1a11885c5835d | |
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