Subject: [patch] lockdep: clean up VERY_VERBOSE define
From: Ingo Molnar <[email protected]>
cleanup: the VERY_VERBOSE define was unnecessarily dependent
on #ifdef VERBOSE - while the VERBOSE switch is 0 or 1 (always
defined).
Signed-off-by: Ingo Molnar <[email protected]>
---
kernel/lockdep.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
Index: linux/kernel/lockdep.c
===================================================================
--- linux.orig/kernel/lockdep.c
+++ linux/kernel/lockdep.c
@@ -152,9 +152,7 @@ EXPORT_SYMBOL(lockdep_internal);
*/
#define VERBOSE 0
-#ifdef VERBOSE
-# define VERY_VERBOSE 0
-#endif
+#define VERY_VERBOSE 0
#if VERBOSE
# define HARDIRQ_VERBOSE 1
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]