From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752532Ab2FKSJl (ORCPT ); Mon, 11 Jun 2012 14:09:41 -0400 Received: from mail-gh0-f174.google.com ([209.85.160.174]:63164 "EHLO mail-gh0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751320Ab2FKSJj (ORCPT ); Mon, 11 Jun 2012 14:09:39 -0400 Date: Mon, 11 Jun 2012 20:09:32 +0200 From: Frederic Weisbecker To: Ingo Molnar Cc: LKML , Alessio Igor Bogani , Andrew Morton , Avi Kivity , Chris Metcalf , Christoph Lameter , Daniel Lezcano , Geoff Levand , Gilad Ben Yossef , Hakan Akkan , Kevin Hilman , Max Krasnyansky , "Paul E. McKenney" , Peter Zijlstra , Stephen Hemminger , Steven Rostedt , Sven-Thorsten Dietrich , Thomas Gleixner Subject: Re: [PATCH 1/5] nohz: Separate idle sleeping time accounting from nohz logic Message-ID: <20120611180928.GC26617@somewhere.redhat.com> References: <1339433602-26836-1-git-send-email-fweisbec@gmail.com> <1339433602-26836-2-git-send-email-fweisbec@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1339433602-26836-2-git-send-email-fweisbec@gmail.com> 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 On Mon, Jun 11, 2012 at 06:53:18PM +0200, Frederic Weisbecker wrote: > +} > + > +/** > + * tick_nohz_idle_exit - restart the idle tick from the idle task > + * > + * Restart the idle tick when the CPU is woken up from idle > + * This also exit the RCU extended quiescent state. The CPU > + * can use RCU again after this function is called. > + */ > +void tick_nohz_idle_exit(void) > + > +{ Thomas pointed me to the above undesired newline. I fixed that in the branch nohz-for-tip-2 Thanks.