Commit 24c556e99ec8a61ce1fbc75bee61dc19edf2c4df
Committed by
Ralf Baechle
1 parent
6668058346
Exists in
master
and in
7 other branches
[MIPS] signals: make common _BLOCKABLE macro
Signed-off-by: Franck Bui-Huu <fbuihuu@gmail.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Showing 4 changed files with 2 additions and 6 deletions Side-by-side Diff
arch/mips/kernel/signal-common.h
arch/mips/kernel/signal.c
... | ... | @@ -34,8 +34,6 @@ |
34 | 34 | |
35 | 35 | #include "signal-common.h" |
36 | 36 | |
37 | -#define _BLOCKABLE (~(sigmask(SIGKILL) | sigmask(SIGSTOP))) | |
38 | - | |
39 | 37 | /* |
40 | 38 | * Horribly complicated - with the bloody RM9000 workarounds enabled |
41 | 39 | * the signal trampolines is moving to the end of the structure so we can |
arch/mips/kernel/signal32.c
arch/mips/kernel/signal_n32.c
... | ... | @@ -47,8 +47,6 @@ |
47 | 47 | #define __NR_N32_rt_sigreturn 6211 |
48 | 48 | #define __NR_N32_restart_syscall 6214 |
49 | 49 | |
50 | -#define _BLOCKABLE (~(sigmask(SIGKILL) | sigmask(SIGSTOP))) | |
51 | - | |
52 | 50 | extern int setup_sigcontext(struct pt_regs *, struct sigcontext __user *); |
53 | 51 | extern int restore_sigcontext(struct pt_regs *, struct sigcontext __user *); |
54 | 52 |