Hi, The following two patches contain a minor clean up in the signal setup code. The first one makes o32 behave the same on 64-bit kernels as with the 32-bit ones. The second one drops the extra arguments from traditional signal handlers. Markos Chandras (2): MIPS: asm: signal.h: Fix traditional signal handling for o32 on 64-bit kernels MIPS: kernel: signal: Drop unused arguments for traditional signal handlers arch/mips/include/asm/signal.h | 8 +++----- arch/mips/kernel/signal.c | 8 ++------ arch/mips/kernel/signal32.c | 6 +----- arch/mips/kernel/signal_n32.c | 2 +- 4 files changed, 7 insertions(+), 17 deletions(-) -- 2.5.0