We pass a kernel pointer to do_sigaltstack in sys32_sigaltstack, so
commit1fcf1cc742d01f786cda619fd49450b77b09e8c5
authorRalf Baechle <ralf@linux-mips.org>
Wed, 13 Apr 2005 18:18:04 +0000 (13 18:18 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 29 Oct 2005 18:31:06 +0000 (29 19:31 +0100)
tree0ae42177bac0a65a0b71c9c66d2591ef32215f21
parent3c37026d43c47bec4710cbda286f4a17f416f5e6
We pass a kernel pointer to do_sigaltstack in sys32_sigaltstack, so
we need to do the set_fs(KERNEL_DS) thing around this call.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/signal32.c