aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/signal.c
diff options
context:
space:
mode:
authorFranck Bui-Huu <fbuihuu@gmail.com>2007-02-05 15:24:26 +0100
committerRalf Baechle <ralf@linux-mips.org>2007-02-10 22:38:47 +0000
commit6bfe96616062acb75c2460f01acc79236a8ba0e8 (patch)
tree115425ff5954516259ed2152c8e61f2a5ce527da /arch/mips/kernel/signal.c
parent9432a9ba96ea8d007341c4e7859d393bfd357c5a (diff)
downloadkernel_samsung_aries-6bfe96616062acb75c2460f01acc79236a8ba0e8.zip
kernel_samsung_aries-6bfe96616062acb75c2460f01acc79236a8ba0e8.tar.gz
kernel_samsung_aries-6bfe96616062acb75c2460f01acc79236a8ba0e8.tar.bz2
[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 <fbuihuu@gmail.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/signal.c')
0 files changed, 0 insertions, 0 deletions