From: David Woodhouse Date: Thu, 24 Nov 2005 17:36:20 +0000 (+0000) Subject: [PATCH] Fix code that saves NVGPRS in 32-bit signal frame X-Git-Tag: v2.6.16-rc1~666^2~104 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=623703f620453c798b6fa3eb79ad8ea27bfd302a;p=pandora-kernel.git [PATCH] Fix code that saves NVGPRS in 32-bit signal frame On Thu, 2005-11-24 at 12:51 +0000, David Woodhouse wrote: > 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. Oh, and if we actually set the flag, then we fairly quickly find out that I was a bit overzealous in copying code from entry_64.S ... :) Signed-off-by: David Woodhouse Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed