linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] x86: Remove duplicate turbo ratio MSRs
@ 2016-07-06 23:07 Srinivas Pandruvada
  2016-07-06 23:07 ` [PATCH 1/3] cpufreq: intel_pstate: Replace MSR_NHM_TURBO_RATIO_LIMIT Srinivas Pandruvada
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Srinivas Pandruvada @ 2016-07-06 23:07 UTC (permalink / raw)
  To: rjw, tglx, mingo, bp; +Cc: x86, linux-pm, linux-kernel, Srinivas Pandruvada

MSR_NHM_TURBO_RATIO_LIMIT and MSR_IVT_TURBO_RATIO_LIMIT are
duplicate MSRs with MSR_TURBO_RATIO_LIMIT and MSR_TURBO_RATIO_LIMIT1
respectively. So remove them by first removing their usage and then
from msr-index.h.

Srinivas Pandruvada (3):
  cpufreq: intel_pstate: Replace MSR_NHM_TURBO_RATIO_LIMIT
  tools/power turbostat: Replace MSR_NHM_TURBO_RATIO_LIMIT
  x86: remove duplicate turbo ratio limit MSRs

 arch/x86/include/asm/msr-index.h      | 2 --
 drivers/cpufreq/intel_pstate.c        | 4 ++--
 tools/power/x86/turbostat/turbostat.8 | 2 +-
 tools/power/x86/turbostat/turbostat.c | 2 +-
 4 files changed, 4 insertions(+), 6 deletions(-)

-- 
2.5.5

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-07-07  7:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-06 23:07 [PATCH 0/3] x86: Remove duplicate turbo ratio MSRs Srinivas Pandruvada
2016-07-06 23:07 ` [PATCH 1/3] cpufreq: intel_pstate: Replace MSR_NHM_TURBO_RATIO_LIMIT Srinivas Pandruvada
2016-07-06 23:07 ` [PATCH 2/3] tools/power turbostat: " Srinivas Pandruvada
2016-07-06 23:07 ` [PATCH 3/3] x86: remove duplicate turbo ratio limit MSRs Srinivas Pandruvada
2016-07-06 23:21 ` [PATCH 0/3] x86: Remove duplicate turbo ratio MSRs Rafael J. Wysocki
2016-07-07  7:37   ` Thomas Gleixner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).