From mboxrd@z Thu Jan 1 00:00:00 1970 From: Viresh Kumar Subject: Re: [PATCH 1/2] cpufreq: ppc-corenet: remove duplicate update of cpu_data Date: Tue, 2 Sep 2014 12:17:53 +0530 Message-ID: References: <09092df3d8b03df99ee475357c5f5c9cc439c61c.1409629117.git.viresh.kumar@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from mail-oa0-f51.google.com ([209.85.219.51]:42581 "EHLO mail-oa0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750722AbaIBGry (ORCPT ); Tue, 2 Sep 2014 02:47:54 -0400 Received: by mail-oa0-f51.google.com with SMTP id n16so4508500oag.10 for ; Mon, 01 Sep 2014 23:47:54 -0700 (PDT) In-Reply-To: Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: Yuantian Tang Cc: Rafael Wysocki , "linaro-kernel@lists.linaro.org" , "linux-pm@vger.kernel.org" , "LeoLi@freescale.com" , Hongtao Jia On 2 September 2014 12:08, Yuantian Tang wrote: > Hello Viresh: > > I am not sure if this is right in CPU hotplug case. policy->cpus must have all the online CPUs and so it should work for all online CPUs. what's your doubt?