aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/signal_n32.c
diff options
context:
space:
mode:
authorFranck Bui-Huu <fbuihuu@gmail.com>2007-02-09 16:07:37 +0100
committerRalf Baechle <ralf@linux-mips.org>2007-02-13 22:40:51 +0000
commit24c556e99ec8a61ce1fbc75bee61dc19edf2c4df (patch)
treebaa7ad6f7345a7121a3d7750ebbe1f2733a36247 /arch/mips/kernel/signal_n32.c
parent[MIPS] signal: Move sigframe definition for native O32/N64 into signal.c (diff)
downloadlinux-dev-24c556e99ec8a61ce1fbc75bee61dc19edf2c4df.tar.xz
linux-dev-24c556e99ec8a61ce1fbc75bee61dc19edf2c4df.zip
[MIPS] signals: make common _BLOCKABLE macro
Signed-off-by: Franck Bui-Huu <fbuihuu@gmail.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to '')
-rw-r--r--arch/mips/kernel/signal_n32.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/kernel/signal_n32.c b/arch/mips/kernel/signal_n32.c
index b17ef04691e3..1a5f248faf3b 100644
--- a/arch/mips/kernel/signal_n32.c
+++ b/arch/mips/kernel/signal_n32.c
@@ -47,8 +47,6 @@
#define __NR_N32_rt_sigreturn 6211
#define __NR_N32_restart_syscall 6214
-#define _BLOCKABLE (~(sigmask(SIGKILL) | sigmask(SIGSTOP)))
-
extern int setup_sigcontext(struct pt_regs *, struct sigcontext __user *);
extern int restore_sigcontext(struct pt_regs *, struct sigcontext __user *);