···1919# define DEBUGP(fmt, args...)2020#endif21212222+#define _BLOCKABLE (~(sigmask(SIGKILL) | sigmask(SIGSTOP)))2323+2224/*2325 * Determine which stack to use..2426 */
-2
arch/mips/kernel/signal.c
···34343535#include "signal-common.h"36363737-#define _BLOCKABLE (~(sigmask(SIGKILL) | sigmask(SIGSTOP)))3838-3937/*4038 * Horribly complicated - with the bloody RM9000 workarounds enabled4139 * the signal trampolines is moving to the end of the structure so we can