Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755492AbbHNQFK (ORCPT ); Fri, 14 Aug 2015 12:05:10 -0400 Received: from foss.arm.com ([217.140.101.70]:39168 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754683AbbHNQFJ (ORCPT ); Fri, 14 Aug 2015 12:05:09 -0400 Date: Fri, 14 Aug 2015 17:08:28 +0100 From: Morten Rasmussen To: Peter Zijlstra Cc: mingo@redhat.com, vincent.guittot@linaro.org, daniel.lezcano@linaro.org, Dietmar Eggemann , yuyang.du@intel.com, mturquette@baylibre.com, rjw@rjwysocki.net, Juri Lelli , sgurrappadi@nvidia.com, pang.xunlei@zte.com.cn, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, Russell King Subject: Re: [RFCv5 PATCH 01/46] arm: Frequency invariant scheduler load-tracking support Message-ID: <20150814160828.GE29326@e105550-lin.cambridge.arm.com> References: <1436293469-25707-1-git-send-email-morten.rasmussen@arm.com> <1436293469-25707-2-git-send-email-morten.rasmussen@arm.com> <20150811092754.GS19282@twins.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150811092754.GS19282@twins.programming.kicks-ass.net> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 864 Lines: 18 On Tue, Aug 11, 2015 at 11:27:54AM +0200, Peter Zijlstra wrote: > On Tue, Jul 07, 2015 at 07:23:44PM +0100, Morten Rasmussen wrote: > > +static DEFINE_PER_CPU(atomic_long_t, cpu_max_freq); > > +DEFINE_PER_CPU(atomic_long_t, cpu_freq_capacity); > > > + atomic_long_set(&per_cpu(cpu_freq_capacity, cpu), capacity); > > + unsigned long max = atomic_long_read(&per_cpu(cpu_max_freq, cpu)); > > + atomic_long_set(&per_cpu(cpu_max_freq, i), policy->max); > > + unsigned long curr = atomic_long_read(&per_cpu(cpu_freq_capacity, cpu)); > > The use of atomic_long_t here is entirely pointless. Yes, I will get rid of those. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/