MIPS64: signal: Fix o32 sigaction syscall
authorLeonid Yegoshin <Leonid.Yegoshin@imgtec.com>
Mon, 19 Oct 2015 18:39:55 +0000 (11:39 -0700)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 13 May 2016 12:02:16 +0000 (14:02 +0200)
commit7939469da29a8dfa3947e5d9648d0f0501bc4ba0
tree7ad165361d0e1e7ccd3fa8eec0e67f1ead389d33
parentcb80b2a38bd609b2f5a650e9ab87ea50105ad5ea
MIPS64: signal: Fix o32 sigaction syscall

MIPS32 o32 ABI sigaction() processing on MIPS64 n64 kernel was incorrectly
set to processing aka rt_sigaction() variant only.

Signed-off-by: Leonid Yegoshin <Leonid.Yegoshin@imgtec.com>
Cc: paul.burton@imgtec.com
Cc: richard@nod.at
Cc: luto@amacapital.net
Cc: alex.smith@imgtec.com
Cc: Maciej W. Rozycki <macro@linux-mips.org>
Cc: mpe@ellerman.id.au
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/11321/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/signal.h
arch/mips/kernel/signal.c