summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/signal-common.h
diff options
context:
space:
mode:
authorFranck Bui-Huu <fbuihuu@gmail.com>2007-02-05 15:24:24 +0100
committerRalf Baechle <ralf@linux-mips.org>2007-02-10 22:38:46 +0000
commit722bb63de630f9500db1f12ed32e1dd9349a8049 (patch)
treea4579b19efc69adb05e486cc0f64d18f1b85cc92 /arch/mips/kernel/signal-common.h
parent601dde45f698ee1be5fe03a68b895efe6ca6b858 (diff)
downloadop-kernel-dev-722bb63de630f9500db1f12ed32e1dd9349a8049.zip
op-kernel-dev-722bb63de630f9500db1f12ed32e1dd9349a8049.tar.gz
[MIPS] signal: factorize debug code
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.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/mips/kernel/signal-common.h b/arch/mips/kernel/signal-common.h
index 6700bde..9a8abd6 100644
--- a/arch/mips/kernel/signal-common.h
+++ b/arch/mips/kernel/signal-common.h
@@ -11,6 +11,14 @@
#ifndef __SIGNAL_COMMON_H
#define __SIGNAL_COMMON_H
+/* #define DEBUG_SIG */
+
+#ifdef DEBUG_SIG
+# define DEBUGP(fmt, args...) printk("%s: " fmt, __FUNCTION__ , ##args)
+#else
+# define DEBUGP(fmt, args...)
+#endif
+
/*
* Horribly complicated - with the bloody RM9000 workarounds enabled
* the signal trampolines is moving to the end of the structure so we can
OpenPOWER on IntegriCloud