[MIPS] signals: make common _BLOCKABLE macro
[powerpc.git] / arch / mips / kernel / signal-common.h
index b95e542..fdbdbdc 100644 (file)
@@ -19,6 +19,8 @@
 #  define DEBUGP(fmt, args...)
 #endif
 
+#define _BLOCKABLE (~(sigmask(SIGKILL) | sigmask(SIGSTOP)))
+
 /*
  * Determine which stack to use..
  */