From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Srivatsa S. Bhat" Subject: Re: [PATCH v3 2/5] powernv,cpufreq:Add per-core locking to serialize frequency transitions Date: Fri, 21 Mar 2014 15:26:13 +0530 Message-ID: <532C0CBD.1060904@linux.vnet.ibm.com> References: <1395317460-14811-1-git-send-email-ego@linux.vnet.ibm.com> <1395317460-14811-3-git-send-email-ego@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from e23smtp02.au.ibm.com ([202.81.31.144]:44311 "EHLO e23smtp02.au.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755061AbaCUJ4f (ORCPT ); Fri, 21 Mar 2014 05:56:35 -0400 Received: from /spool/local by e23smtp02.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 21 Mar 2014 19:56:32 +1000 Received: from d23relay04.au.ibm.com (d23relay04.au.ibm.com [9.190.234.120]) by d23dlp02.au.ibm.com (Postfix) with ESMTP id 690642BB0054 for ; Fri, 21 Mar 2014 20:56:29 +1100 (EST) Received: from d23av02.au.ibm.com (d23av02.au.ibm.com [9.190.235.138]) by d23relay04.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s2L9aGse41222278 for ; Fri, 21 Mar 2014 20:36:16 +1100 Received: from d23av02.au.ibm.com (localhost [127.0.0.1]) by d23av02.au.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s2L9uSrq026493 for ; Fri, 21 Mar 2014 20:56:28 +1100 In-Reply-To: Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: Viresh Kumar Cc: "Gautham R. Shenoy" , linuxppc-dev@ozlabs.org, Linux PM list , benh@kernel.crashing.org, svaidy@linux.vnet.ibm.com On 03/21/2014 02:12 PM, Viresh Kumar wrote: > On Thu, Mar 20, 2014 at 5:40 PM, Gautham R. Shenoy > wrote: >> From: "Srivatsa S. Bhat" >> >> On POWER systems, the CPU frequency is controlled at a core-level and >> hence we need to serialize so that only one of the threads in the core >> switches the core's frequency at a time. > > Probably you don't need this anymore. > > https://lkml.org/lkml/2014/3/21/23 > Agreed. Regards, Srivatsa S. Bhat