From: David Woodhouse Date: Thu, 24 Nov 2005 12:51:40 +0000 (+0000) Subject: [PATCH] Save NVGPRS in 32-bit signal frame X-Git-Tag: v2.6.16-rc1~666^2~105 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9687c587596b54a77f08620595f5686ea35eed97;p=pandora-kernel.git [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 Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed