diff options
author | Franck Bui-Huu <fbuihuu@gmail.com> | 2007-02-09 10:07:37 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-02-13 17:40:51 -0500 |
commit | 24c556e99ec8a61ce1fbc75bee61dc19edf2c4df (patch) | |
tree | baa7ad6f7345a7121a3d7750ebbe1f2733a36247 /arch/mips/kernel/signal-common.h | |
parent | 66680583461d7cae281cef63c050c9b6371e3286 (diff) |
[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 @@ | |||
19 | # define DEBUGP(fmt, args...) | 19 | # define DEBUGP(fmt, args...) |
20 | #endif | 20 | #endif |
21 | 21 | ||
22 | #define _BLOCKABLE (~(sigmask(SIGKILL) | sigmask(SIGSTOP))) | ||
23 | |||
22 | /* | 24 | /* |
23 | * Determine which stack to use.. | 25 | * Determine which stack to use.. |
24 | */ | 26 | */ |