commit | 9687c587596b54a77f08620595f5686ea35eed97 | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@infradead.org> | Thu Nov 24 12:51:40 2005 +0000 |
committer | Paul Mackerras <paulus@samba.org> | Mon Jan 09 14:50:45 2006 +1100 |
tree | bc2886ec26d992b20a887a355b2240129f6e0423 | |
parent | 31df1678d7732b94178a6e457ed6666e4431212f [diff] |
[PATCH] Save NVGPRS in 32-bit signal frame Somehow this one slipped through the cracks; when we ended up in do_signal() on a 32-bit kernel but without having the caller-saved registers into the regs, we didn't set the TIF_SAVE_NVGPRS flag to ensure they got saved later. Signed-off-by: David Woodhouse <dwmw2@infradead.org> Signed-off-by: Paul Mackerras <paulus@samba.org>