From: Franck Bui-Huu Date: Mon, 5 Feb 2007 14:24:27 +0000 (+0100) Subject: [MIPS] signal: do not use save_static_function() anymore X-Git-Tag: v2.6.21-rc1~274^2~231^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f90080a059fc19444b3a63affd1f4ecece62c11c;p=pandora-kernel.git [MIPS] signal: do not use save_static_function() anymore This macro was used to save static registers before calling sys_sigsuspend() and sys_sigreturn(). For the sys_sigreturn() case, there's no point to save them since they have been already saved by setup_sigcontext() before calling the signal handler. For the sys_sigsuspend() case, I don't see any reasons... Signed-off-by: Franck Bui-Huu Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed