From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933675Ab3CVJif (ORCPT ); Fri, 22 Mar 2013 05:38:35 -0400 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 Message-ID: <514C268F.40401@imgtec.com> Date: Fri, 22 Mar 2013 09:38:23 +0000 From: James Hogan User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2 MIME-Version: 1.0 To: Thomas Gleixner CC: LKML , , "Linus Torvalds" , Andrew Morton , Rusty Russell , "Paul McKenney" , Ingo Molnar , "Peter Zijlstra" , "Srivatsa S. Bhat" , Magnus Damm Subject: Re: [patch 03/34] idle: Implement set/clr functions for need_resched poll References: <20130321214930.752934102@linutronix.de> <20130321215233.518839807@linutronix.de> In-Reply-To: <20130321215233.518839807@linutronix.de> X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Originating-IP: [192.168.154.65] X-SEF-Processed: 7_3_0_01181__2013_03_22_09_38_24 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 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