Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934467AbdDGQ7X (ORCPT ); Fri, 7 Apr 2017 12:59:23 -0400 Received: from foss.arm.com ([217.140.101.70]:58592 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934261AbdDGQ7O (ORCPT ); Fri, 7 Apr 2017 12:59:14 -0400 Date: Fri, 7 Apr 2017 17:59:07 +0100 From: Patrick Bellasi To: Peter Zijlstra Cc: linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, Viresh Kumar , Steven Rostedt , Vincent Guittot , John Stultz , Juri Lelli , Todd Kjos , Tim Murray , Andres Oportus , Joel Fernandes , Morten Rasmussen , Dietmar Eggemann , Chris Redpath , Ingo Molnar , "Rafael J . Wysocki" Subject: Re: [PATCH 3/6] cpufreq: schedutil: ensure max frequency while running RT/DL tasks Message-ID: <20170407165907.GE29455@e110439-lin> References: <1488469507-32463-1-git-send-email-patrick.bellasi@arm.com> <1488469507-32463-4-git-send-email-patrick.bellasi@arm.com> <20170407153055.nd3qlyfrc3eywl5s@hirez.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170407153055.nd3qlyfrc3eywl5s@hirez.programming.kicks-ass.net> 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: 360 Lines: 14 On 07-Apr 17:30, Peter Zijlstra wrote: > On Thu, Mar 02, 2017 at 03:45:04PM +0000, Patrick Bellasi wrote: > > + struct task_struct *curr = cpu_curr(smp_processor_id()); > > Isn't that a weird way of writing 'current' ? Right... (cough)... it's a new fangled way. :-/ Will cleanup before reposting the series. -- #include Patrick Bellasi