From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from az33egw02.freescale.net (az33egw02.freescale.net [192.88.158.103]) by ozlabs.org (Postfix) with ESMTP id 7FA85DDF93 for ; Thu, 8 Mar 2007 09:01:11 +1100 (EST) Date: Wed, 7 Mar 2007 16:01:04 -0600 From: Scott Wood To: Anton Blanchard Subject: Re: speed up kernel_thread Message-ID: <20070307220104.GA32067@ld0162-tx32.am.freescale.net> References: <20070307212910.GA3648@kryten> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20070307212910.GA3648@kryten> Cc: linuxppc-dev@ozlabs.org, paulus@samba.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Mar 07, 2007 at 03:29:10PM -0600, Anton Blanchard wrote: > Index: linux-2.6/arch/powerpc/kernel/misc_32.S > =================================================================== > --- linux-2.6.orig/arch/powerpc/kernel/misc_32.S 2007-03-07 14:27:57.000000000 -0600 > +++ linux-2.6/arch/powerpc/kernel/misc_32.S 2007-03-07 15:15:16.000000000 -0600 [snip] > +_GLOBAL(kernel_thread_helper) > + li r0,0 > + mtctr r15 > + stdu r0,-STACK_FRAME_OVERHEAD(r1) Shouldn't this be stwu on 32-bit? -Scott