[PATCH] Save NVGPRS in 32-bit signal frame
authorDavid Woodhouse <dwmw2@infradead.org>
Thu, 24 Nov 2005 12:51:40 +0000 (12:51 +0000)
committerPaul Mackerras <paulus@samba.org>
Mon, 9 Jan 2006 03:50:45 +0000 (14:50 +1100)
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>

No differences found