From mboxrd@z Thu Jan 1 00:00:00 1970 From: Frederic Weisbecker Subject: Re: [RFT][PATCH v4 3/7] sched: idle: Do not stop the tick before cpuidle_idle_call() Date: Fri, 16 Mar 2018 15:17:20 +0100 Message-ID: <20180316141719.GB20981@lerouge> References: <2352117.3UUoYAu18A@aspire.rjw.lan> <3550231.xNMJN5JcLx@aspire.rjw.lan> <20180315181858.GA14983@lerouge> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: "Rafael J. Wysocki" Cc: "Rafael J. Wysocki" , Peter Zijlstra , Linux PM , Frederic Weisbecker , Thomas Gleixner , Paul McKenney , Thomas Ilsche , Doug Smythies , Rik van Riel , Aubrey Li , Mike Galbraith , LKML List-Id: linux-pm@vger.kernel.org On Thu, Mar 15, 2018 at 10:12:57PM +0100, Rafael J. Wysocki wrote: > On Thu, Mar 15, 2018 at 9:41 PM, Rafael J. Wysocki wrote: > > On Thu, Mar 15, 2018 at 7:19 PM, Frederic Weisbecker > > wrote: > >> On Mon, Mar 12, 2018 at 10:53:25AM +0100, Rafael J. Wysocki wrote: > >>> From: Rafael J. Wysocki > >>> > >>> Make cpuidle_idle_call() decide whether or not to stop the tick. > >>> > >>> First, the cpuidle_enter_s2idle() path deals with the tick (and with > >>> the entire timekeeping for that matter) by itself and it doesn't need > >>> the tick to be stopped beforehand. > >> > >> Not sure you meant timekeeping either :) > > > > Yeah, I meant nohz. > > Well, not really. :-) > > It is the entire timekeeping this time, as it can be suspended > entirely in that code path. Fair point. Thanks!