From: Michael Neuling Date: Wed, 25 Jun 2008 04:07:17 +0000 (+1000) Subject: powerpc: Fix MSR setting in 32 bit signal code X-Git-Tag: v2.6.27-rc1~1058^2~85 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e7511861c4f8d35852a3721c5bcd92661cb4c9f;p=pandora-kernel.git powerpc: Fix MSR setting in 32 bit signal code If we set the SPE MSR bit in save_user_regs we can blow away the VEC bit. This doesn't matter in reality as they are in fact the same bit but looks bad. Also, when we add VSX in a later patch, we need to be able to set two separate MSR bits here. Signed-off-by: Michael Neuling Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed