summaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorRafael J. Wysocki2013-11-19 01:06:38 +0100
committerRafael J. Wysocki2013-11-19 01:06:38 +0100
commit6431b430973c1c6eb2597da1533764cb4f696526 (patch)
treea7eb955ea8dca07ba8cb97ea1f6b1e63df304b9e /arch/x86
parentMerge branch 'pm-cpuidle' (diff)
parenttools / power turbostat: Support Silvermont (diff)
downloadkernel-qcow2-linux-6431b430973c1c6eb2597da1533764cb4f696526.tar.gz
kernel-qcow2-linux-6431b430973c1c6eb2597da1533764cb4f696526.tar.xz
kernel-qcow2-linux-6431b430973c1c6eb2597da1533764cb4f696526.zip
Merge branch 'pm-tools'
* pm-tools: tools / power turbostat: Support Silvermont
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/include/uapi/asm/msr-index.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/uapi/asm/msr-index.h b/arch/x86/include/uapi/asm/msr-index.h
index bb0465090ae5..940ed3fd889a 100644
--- a/arch/x86/include/uapi/asm/msr-index.h
+++ b/arch/x86/include/uapi/asm/msr-index.h
@@ -147,6 +147,8 @@
#define MSR_PP1_ENERGY_STATUS 0x00000641
#define MSR_PP1_POLICY 0x00000642
+#define MSR_CORE_C1_RES 0x00000660
+
#define MSR_AMD64_MC0_MASK 0xc0010044
#define MSR_IA32_MCx_CTL(x) (MSR_IA32_MC0_CTL + 4*(x))