From mboxrd@z Thu Jan 1 00:00:00 1970 From: Russell King - ARM Linux Subject: Re: [PATCH] sched: provide scheduler_ipi() callback in response to smp_send_reschedule() Date: Mon, 17 Jan 2011 11:57:48 +0000 Message-ID: <20110117115748.GA20615@n2100.arm.linux.org.uk> References: <1295262433.30950.53.camel@laptop> <20110117112637.GA18599@n2100.arm.linux.org.uk> <1295263884.30950.54.camel@laptop> <1295264509.30950.59.camel@laptop> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1295264509.30950.59.camel@laptop> Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org To: Peter Zijlstra Cc: Richard Henderson , Ivan Kokshaysky , Matt Turner , Mike Frysinger , Mikael Starvik , Jesper Nilsson , Tony Luck , Fenghua Yu , Hirokazu Takata , Ralf Baechle , David Howells , Koichi Yasutake , Kyle McMartin , Helge Deller , "James E.J. Bottomley" , Benjamin Herrenschmidt , Paul Mackerras , Martin Schwidefsky , Heiko Carstens lin List-Id: virtualization@lists.linuxfoundation.org On Mon, Jan 17, 2011 at 12:41:49PM +0100, Peter Zijlstra wrote: > =================================================================== > --- linux-2.6.orig/arch/arm/kernel/smp.c > +++ linux-2.6/arch/arm/kernel/smp.c > @@ -575,10 +575,7 @@ asmlinkage void __exception do_IPI(struc > break; > > case IPI_RESCHEDULE: > - /* > - * nothing more to do - eveything is > - * done on the interrupt return path > - */ > + scheduler_ipi(); > break; > > case IPI_CALL_FUNC: Acked-by: Russell King