Re: [PATCH 1/9] powerpc: Fix msr setting in 32 bit signal code
From: Kumar Gala <hidden>
Date: 2008-06-18 14:53:24
From: Kumar Gala <hidden>
Date: 2008-06-18 14:53:24
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 <redacted> --- arch/powerpc/kernel/signal_32.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-)
probably worth commenting on why this will never happen. - k