From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Gleixner Subject: Re: [PATCH 0/3] x86: Remove duplicate turbo ratio MSRs Date: Thu, 7 Jul 2016 09:37:21 +0200 (CEST) Message-ID: References: <1467846477-13659-1-git-send-email-srinivas.pandruvada@linux.intel.com> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: "Rafael J. Wysocki" Cc: Srinivas Pandruvada , Ingo Molnar , "Rafael J. Wysocki" , Borislav Petkov , the arch/x86 maintainers , Linux PM , Linux Kernel Mailing List List-Id: linux-pm@vger.kernel.org On Thu, 7 Jul 2016, Rafael J. Wysocki wrote: > On Thu, Jul 7, 2016 at 1:07 AM, Srinivas Pandruvada > 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