[MIPS] Add support for TIF_RESTORE_SIGMASK for signal32
authorMartin Michlmayr <tbm@cyrius.com>
Sat, 18 Feb 2006 14:55:45 +0000 (14:55 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 21 Feb 2006 16:58:22 +0000 (16:58 +0000)
commit68fa383f3e58b5adf1d8089c93c83ab8d0d00e8d
tree56af539c87b0c2adeb66d19ec500d79ea7a93432
parent8ecbbcaf08c13c57d6602472478739d64650ee0e
[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>
arch/mips/kernel/signal32.c