From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755037Ab3G2HDp (ORCPT ); Mon, 29 Jul 2013 03:03:45 -0400 Received: from mail-ob0-f171.google.com ([209.85.214.171]:58590 "EHLO mail-ob0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754473Ab3G2HDn (ORCPT ); Mon, 29 Jul 2013 03:03:43 -0400 MIME-Version: 1.0 In-Reply-To: <20130726144612.5939419c@amdc308.digital.local> References: <1370502472-7249-1-git-send-email-l.majewski@samsung.com> <1374770011-22171-1-git-send-email-l.majewski@samsung.com> <1374770011-22171-2-git-send-email-l.majewski@samsung.com> <20130726125827.72f9ef18@amdc308.digital.local> <20130726144612.5939419c@amdc308.digital.local> Date: Mon, 29 Jul 2013 12:33:43 +0530 Message-ID: Subject: Re: [PATCH v6 1/8] cpufreq: Store cpufreq policies in a list From: Viresh Kumar To: Lukasz Majewski Cc: "Rafael J. Wysocki" , Zhang Rui , Eduardo Valentin , "cpufreq@vger.kernel.org" , Linux PM list , Jonghwa Lee , Lukasz Majewski , linux-kernel , Bartlomiej Zolnierkiewicz , Daniel Lezcano , Kukjin Kim , durgadoss.r@intel.com Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 26 July 2013 18:16, Lukasz Majewski wrote: > So instead of reading policies from per_cpu variables for all online > cpus, you think of using the list explicitly. > > Good idea, but can we first finish the boost patches? Such change can > be applied on top of boost patch series as well. Its not a problem where we do it. But making sure that we do it :) If you need to resend this patchset, then that list can be used at the place I just highlighted.. Change isn't big and so shouldn't be a problem. Otherwise it might get missed by both of us.