Re: [PATCH 0/3] x86: Remove duplicate turbo ratio MSRs

From: Thomas Gleixner
Date: Thu Jul 07 2016 - 03:40:39 EST


On Thu, 7 Jul 2016, Rafael J. Wysocki wrote:
> On Thu, Jul 7, 2016 at 1:07 AM, Srinivas Pandruvada
> <srinivas.pandruvada@xxxxxxxxxxxxxxx> wrote:
> > 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(-)
>
> The series looks good to me.
>
> If anyone has any objections against this going in through the PM
> tree, please let me know.

Acked-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>