diff options
author | Len Brown <len.brown@intel.com> | 2017-01-07 23:26:22 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2017-03-01 00:13:54 -0500 |
commit | 419c9e986ea453d07140bffb9708d730b6317e8e (patch) | |
tree | e57f4cf178b1099dd8502bba8a0f3b364f2e9999 /arch/x86/include | |
parent | 1df2e55abce64e2f3117fac3968a9ac382fbc9c3 (diff) | |
download | linux-419c9e986ea453d07140bffb9708d730b6317e8e.tar.bz2 |
x86: msr-index.h: Remove unused MSR_NHM_SNB_PKG_CST_CFG_CTL
The two users, intel_idle driver and turbostat utility
are using the new name, MSR_PKG_CST_CONFIG_CONTROL
Cc: x86@kernel.org
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'arch/x86/include')
-rw-r--r-- | arch/x86/include/asm/msr-index.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/msr-index.h b/arch/x86/include/asm/msr-index.h index 975f23eefe14..12ecc6c1e7f8 100644 --- a/arch/x86/include/asm/msr-index.h +++ b/arch/x86/include/asm/msr-index.h @@ -46,7 +46,6 @@ #define MSR_FSB_FREQ 0x000000cd #define MSR_PLATFORM_INFO 0x000000ce -#define MSR_NHM_SNB_PKG_CST_CFG_CTL 0x000000e2 #define MSR_PKG_CST_CONFIG_CONTROL 0x000000e2 #define NHM_C3_AUTO_DEMOTE (1UL << 25) #define NHM_C1_AUTO_DEMOTE (1UL << 26) |