Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752309AbdGFKrD (ORCPT ); Thu, 6 Jul 2017 06:47:03 -0400 Received: from mail-pg0-f48.google.com ([74.125.83.48]:33524 "EHLO mail-pg0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751858AbdGFKrB (ORCPT ); Thu, 6 Jul 2017 06:47:01 -0400 Date: Thu, 6 Jul 2017 16:16:58 +0530 From: Viresh Kumar To: Dietmar Eggemann Cc: linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, linux@arm.linux.org.uk, Greg Kroah-Hartman , Russell King , Catalin Marinas , Will Deacon , Juri Lelli , Vincent Guittot , Peter Zijlstra , Morten Rasmussen , "Rafael J . Wysocki" Subject: Re: [PATCH v2 05/10] arm: wire frequency-invariant accounting support up to the task scheduler Message-ID: <20170706104658.GE13048@vireshk-i7> References: <20170706094948.8779-1-dietmar.eggemann@arm.com> <20170706094948.8779-6-dietmar.eggemann@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170706094948.8779-6-dietmar.eggemann@arm.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1558 Lines: 40 On 06-07-17, 10:49, Dietmar Eggemann wrote: > Commit dfbca41f3479 ("sched: Optimize freq invariant accounting") > changed the wiring which now has to be done by associating > arch_scale_freq_capacity with the actual implementation provided > by the architecture. > > Define arch_scale_freq_capacity to use the arch_topology "driver" > function topology_get_freq_scale() for the task scheduler's > frequency-invariant accounting instead of the default > arch_scale_freq_capacity() in kernel/sched/sched.h. > > Cc: Russell King > Cc: Juri Lelli > Signed-off-by: Dietmar Eggemann > Acked-by: Vincent Guittot > Tested-by: Juri Lelli > Reviewed-by: Juri Lelli > --- > arch/arm/include/asm/topology.h | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/arch/arm/include/asm/topology.h b/arch/arm/include/asm/topology.h > index ca05d1b90411..57aebfa03e24 100644 > --- a/arch/arm/include/asm/topology.h > +++ b/arch/arm/include/asm/topology.h > @@ -29,6 +29,9 @@ const struct cpumask *cpu_coregroup_mask(int cpu); > /* Subscribe for input data for frequency-invariant load-tracking */ > #define arch_set_freq_scale topology_set_freq_scale > > +/* Replace task scheduler's default frequency-invariant accounting */ > +#define arch_scale_freq_capacity topology_get_freq_scale > + > #else > > static inline void init_cpu_topology(void) { } Reviewed-by: Viresh Kumar -- viresh