diff options
Diffstat (limited to 'arch/mips/kernel/signal-common.h')
-rw-r--r-- | arch/mips/kernel/signal-common.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/mips/kernel/signal-common.h b/arch/mips/kernel/signal-common.h index 6700bde06053..9a8abd67ec5c 100644 --- a/arch/mips/kernel/signal-common.h +++ b/arch/mips/kernel/signal-common.h | |||
@@ -11,6 +11,14 @@ | |||
11 | #ifndef __SIGNAL_COMMON_H | 11 | #ifndef __SIGNAL_COMMON_H |
12 | #define __SIGNAL_COMMON_H | 12 | #define __SIGNAL_COMMON_H |
13 | 13 | ||
14 | /* #define DEBUG_SIG */ | ||
15 | |||
16 | #ifdef DEBUG_SIG | ||
17 | # define DEBUGP(fmt, args...) printk("%s: " fmt, __FUNCTION__ , ##args) | ||
18 | #else | ||
19 | # define DEBUGP(fmt, args...) | ||
20 | #endif | ||
21 | |||
14 | /* | 22 | /* |
15 | * Horribly complicated - with the bloody RM9000 workarounds enabled | 23 | * Horribly complicated - with the bloody RM9000 workarounds enabled |
16 | * the signal trampolines is moving to the end of the structure so we can | 24 | * the signal trampolines is moving to the end of the structure so we can |