From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Muckle Subject: Re: [RFCv7 PATCH 04/10] sched/fair: add triggers for OPP change requests Date: Wed, 2 Mar 2016 19:55:52 -0800 Message-ID: <56D7B5C8.7000504@linaro.org> References: <1456190570-4475-1-git-send-email-smuckle@linaro.org> <1456190570-4475-5-git-send-email-smuckle@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Ricky Liang Cc: Peter Zijlstra , Ingo Molnar , "Rafael J. Wysocki" , open list , linux-pm@vger.kernel.org, Vincent Guittot , Morten Rasmussen , Dietmar Eggemann , Juri Lelli , Patrick Bellasi , Michael Turquette List-Id: linux-pm@vger.kernel.org Hi Ricky, On 02/29/2016 10:51 PM, Ricky Liang wrote: > The change hunks of this patch should probably all depend on > CONFIG_SMP as capacity_orig_of() and cpu_util() are only available > when CONFIG_SMP is enabled. Yeah, I was deferring cleaning that up until there was more buy in on the overall solution. But it looks like we will be moving forward using Rafael's schedutil governor. The most recent posting of that is here: http://thread.gmane.org/gmane.linux.kernel/2166378 thanks, Steve