From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Hogan Subject: Re: [patch 03/34] idle: Implement set/clr functions for need_resched poll Date: Fri, 22 Mar 2013 09:38:23 +0000 Message-ID: <514C268F.40401@imgtec.com> References: <20130321214930.752934102@linutronix.de> <20130321215233.518839807@linutronix.de> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Return-path: Received: from multi.imgtec.com ([194.200.65.239]:41157 "EHLO multi.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932853Ab3CVJid (ORCPT ); Fri, 22 Mar 2013 05:38:33 -0400 In-Reply-To: <20130321215233.518839807@linutronix.de> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Thomas Gleixner Cc: LKML , linux-arch@vger.kernel.org, Linus Torvalds , Andrew Morton , Rusty Russell , Paul McKenney , Ingo Molnar , Peter Zijlstra , "Srivatsa S. Bhat" , Magnus Damm On 21/03/13 21:52, Thomas Gleixner wrote: > Implement set/clear functions for the idle need_resched poll > implementation. > > Signed-off-by: Thomas Gleixner > --- > include/linux/sched.h | 23 ++++++++++++++++++++++- > 1 file changed, 22 insertions(+), 1 deletion(-) > > Index: linux-2.6/include/linux/sched.h > =================================================================== > --- linux-2.6.orig/include/linux/sched.h > +++ linux-2.6/include/linux/sched.h > @@ -2473,7 +2473,7 @@ static inline unsigned long *end_of_stac > #endif > > /* > - * Idle thread specific functions to determine the need_resched > + * Idle thread specific functions for the the need_resched > * polling state. We have two versions, one based on TS_POLLING in s/the the/the/? Cheers James