From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Michael Neuling To: Kumar Gala Subject: Re: [PATCH 1/9] powerpc: Fix msr setting in 32 bit signal code In-reply-to: References: <20080618004733.BD2C870292@localhost.localdomain> Date: Thu, 19 Jun 2008 09:55:34 +1000 Message-ID: <13544.1213833334@neuling.org> Cc: linuxppc-dev@ozlabs.org, Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , In message you wrote: > > On Jun 17, 2008, at 7:47 PM, Michael Neuling wrote: > > > If we set the SPE MSR bit in save_user_regs we can blow away the VEC > > bit. This will never happen in reality, but it looks bad. > > > > Signed-off-by: Michael Neuling > > --- > > > > arch/powerpc/kernel/signal_32.c | 10 ++++++---- > > 1 file changed, 6 insertions(+), 4 deletions(-) > > probably worth commenting on why this will never happen. Ok, I'll update the comments. Mikey