Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

x86: msr-index.h: Define MSR_PKG_CST_CONFIG_CONTROL

define MSR_PKG_CST_CONFIG_CONTROL (0xE2),
which is the string used by Intel Documentation.

We use this MSR in intel_idle and turbostat by a previous name,
to be updated in the next patch.

Cc: x86@kernel.org
Signed-off-by: Len Brown <len.brown@intel.com>

+1
+1
arch/x86/include/asm/msr-index.h
··· 47 47 #define MSR_PLATFORM_INFO 0x000000ce 48 48 49 49 #define MSR_NHM_SNB_PKG_CST_CFG_CTL 0x000000e2 50 + #define MSR_PKG_CST_CONFIG_CONTROL 0x000000e2 50 51 #define NHM_C3_AUTO_DEMOTE (1UL << 25) 51 52 #define NHM_C1_AUTO_DEMOTE (1UL << 26) 52 53 #define ATM_LNC_C6_AUTO_DEMOTE (1UL << 25)