commit | 9e7511861c4f8d35852a3721c5bcd92661cb4c9f | [log] [tgz] |
---|---|---|
author | Michael Neuling <mikey@neuling.org> | Wed Jun 25 14:07:17 2008 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Tue Jul 01 11:28:42 2008 +1000 |
tree | 4d4a72ad915fc04e9750af0ca3ae91062644f1c9 | |
parent | 9b09c6d909dfd8de96b99b9b9c808b94b0a71614 [diff] |
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 <mikey@neuling.org> Signed-off-by: Paul Mackerras <paulus@samba.org>