diff options
author | Franck Bui-Huu <fbuihuu@gmail.com> | 2007-02-09 18:07:37 +0300 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-02-14 01:40:51 +0300 |
commit | 24c556e99ec8a61ce1fbc75bee61dc19edf2c4df (patch) | |
tree | baa7ad6f7345a7121a3d7750ebbe1f2733a36247 /arch/mips/kernel/signal-common.h | |
parent | 66680583461d7cae281cef63c050c9b6371e3286 (diff) | |
download | linux-24c556e99ec8a61ce1fbc75bee61dc19edf2c4df.tar.xz |
[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 'arch/mips/kernel/signal-common.h')
-rw-r--r-- | arch/mips/kernel/signal-common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/kernel/signal-common.h b/arch/mips/kernel/signal-common.h index b95e542ace27..fdbdbdc65b54 100644 --- a/arch/mips/kernel/signal-common.h +++ b/arch/mips/kernel/signal-common.h @@ -19,6 +19,8 @@ # define DEBUGP(fmt, args...) #endif +#define _BLOCKABLE (~(sigmask(SIGKILL) | sigmask(SIGSTOP))) + /* * Determine which stack to use.. */ |