commit | f90080a059fc19444b3a63affd1f4ecece62c11c | [log] [tgz] |
---|---|---|
author | Franck Bui-Huu <fbuihuu@gmail.com> | Mon Feb 05 15:24:27 2007 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Sat Feb 10 22:38:48 2007 +0000 |
tree | 446635241c5685bc525c89532967b7adf4c59589 | |
parent | 6bfe96616062acb75c2460f01acc79236a8ba0e8 [diff] |
[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 <fbuihuu@gmail.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>