From: Franck Bui-Huu Date: Mon, 5 Feb 2007 14:24:26 +0000 (+0100) Subject: [MIPS] signal32: no need to save c0_status register in setup_sigcontext32() X-Git-Tag: v2.6.21-rc1~274^2~231^2~2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bfe96616062acb75c2460f01acc79236a8ba0e8;p=pandora-kernel.git [MIPS] signal32: no need to save c0_status register in setup_sigcontext32() All the information in the MIPS c0_status register is priviledged. Nothing that would constitute part of the thread context. The one flag one could possibly argument about might be c0_status.fr but none of the ABIs or tools or application software can make use of it. So for consistency with restore_sigcontext32(), which does not restore c0_status register, this patch remove the saving part. Signed-off-by: Franck Bui-Huu Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed