Franck Bui-Huu 6bfe966160 [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>
2007-02-10 22:38:47 +00:00
..
2006-10-04 18:06:15 +01:00
2006-10-03 23:01:26 +02:00
2006-11-01 17:46:09 +00:00
2006-10-31 20:13:23 +00:00
2006-07-13 21:26:08 +01:00
2007-02-09 09:14:07 -08:00
2007-02-06 16:53:09 +00:00
2007-01-23 18:26:47 +00:00
2006-11-30 01:14:44 +00:00
2007-02-06 16:53:13 +00:00
2006-11-01 17:46:09 +00:00
2006-06-29 16:58:06 -07:00
2007-01-24 19:23:21 +00:00
2006-12-07 08:39:37 -08:00