Title: [8744] trunk/arch/blackfin/kernel/dumpstack.c: bfin: punt unused verbose_printk macros from dumpstack code
- Revision
- 8744
- Author
- vapier
- Date
- 2010-05-21 08:43:03 -0400 (Fri, 21 May 2010)
Log Message
bfin: punt unused verbose_printk macros from dumpstack code
Modified Paths
Diff
Modified: trunk/arch/blackfin/kernel/dumpstack.c (8743 => 8744)
--- trunk/arch/blackfin/kernel/dumpstack.c 2010-05-21 11:56:24 UTC (rev 8743)
+++ trunk/arch/blackfin/kernel/dumpstack.c 2010-05-21 12:43:03 UTC (rev 8744)
@@ -12,14 +12,6 @@
#include <linux/module.h>
#include <asm/trace.h>
-#ifdef CONFIG_DEBUG_VERBOSE
-#define verbose_printk(fmt, arg...) \
- printk(fmt, ##arg)
-#else
-#define verbose_printk(fmt, arg...) \
- ({ if (0) printk(fmt, ##arg); 0; })
-#endif
-
/*
* Checks to see if the address pointed to is either a
* 16-bit CALL instruction, or a 32-bit CALL instruction
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits