]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitd0579ca724bfdaa6df057746b45ebcd1284bfd1d
tree56af539c87b0c2adeb66d19ec500d79ea7a93432
parent1f6d6e233010420dfe1307a3db290cf751135b2b
[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