diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2015-08-24 17:10:02 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2015-08-24 17:10:02 -0400 |
commit | 82bb70c599d81e6b2535f887b02e1719cc4856ac (patch) | |
tree | 8287bf6923c0f3b09d0e298f240229037ccc68d4 /arch/x86/include | |
parent | 2e5e8fd1ff9d802ab74df1ceaa5243da30491a45 (diff) | |
parent | bd6906ed3d7a00d55c9bd368a640ef83bb487d1d (diff) |
Merge branch 'turbostat' of https://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux into pm-tools
Pull turbostat changes for v4.3 from Len Brown.
* 'turbostat' of https://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux:
tools/power turbostat: fix typo on DRAM column in Joules-mode
tools/power turbostat: fix parameter passing for forked command
tools/power turbostat: dump CONFIG_TDP
tools/power turbostat: cpu0 is no longer hard-coded, so update output
tools/power turbostat: update turbostat(8)
Diffstat (limited to 'arch/x86/include')
-rw-r--r-- | arch/x86/include/asm/msr-index.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/x86/include/asm/msr-index.h b/arch/x86/include/asm/msr-index.h index 9ebc3d009373..6deb8e3b71a7 100644 --- a/arch/x86/include/asm/msr-index.h +++ b/arch/x86/include/asm/msr-index.h | |||
@@ -170,6 +170,12 @@ | |||
170 | #define MSR_PP1_ENERGY_STATUS 0x00000641 | 170 | #define MSR_PP1_ENERGY_STATUS 0x00000641 |
171 | #define MSR_PP1_POLICY 0x00000642 | 171 | #define MSR_PP1_POLICY 0x00000642 |
172 | 172 | ||
173 | #define MSR_CONFIG_TDP_NOMINAL 0x00000648 | ||
174 | #define MSR_CONFIG_TDP_LEVEL_1 0x00000649 | ||
175 | #define MSR_CONFIG_TDP_LEVEL_2 0x0000064A | ||
176 | #define MSR_CONFIG_TDP_CONTROL 0x0000064B | ||
177 | #define MSR_TURBO_ACTIVATION_RATIO 0x0000064C | ||
178 | |||
173 | #define MSR_PKG_WEIGHTED_CORE_C0_RES 0x00000658 | 179 | #define MSR_PKG_WEIGHTED_CORE_C0_RES 0x00000658 |
174 | #define MSR_PKG_ANY_CORE_C0_RES 0x00000659 | 180 | #define MSR_PKG_ANY_CORE_C0_RES 0x00000659 |
175 | #define MSR_PKG_ANY_GFXE_C0_RES 0x0000065A | 181 | #define MSR_PKG_ANY_GFXE_C0_RES 0x0000065A |