commit | 68fa383f3e58b5adf1d8089c93c83ab8d0d00e8d | [log] [tgz] |
---|---|---|
author | Martin Michlmayr <tbm@cyrius.com> | Sat Feb 18 14:55:45 2006 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Tue Feb 21 16:58:22 2006 +0000 |
tree | 56af539c87b0c2adeb66d19ec500d79ea7a93432 | |
parent | 8ecbbcaf08c13c57d6602472478739d64650ee0e [diff] |
[MIPS] Add support for TIF_RESTORE_SIGMASK for signal32 Following the recent implementation of TIF_RESTORE_SIGMASK in arch/mips/kernel/signal.c, 64-bit kernels with 32-bit user-land compatibility oops when starting init. signal32.c needs to be converted to use TIF_RESTORE_SIGMASK too. Signed-off-by: Martin Michlmayr <tbm@cyrius.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>