* [patch] lockdep: clean up VERY_VERBOSE define
@ 2006-12-07 9:27 Ingo Molnar
0 siblings, 0 replies; only message in thread
From: Ingo Molnar @ 2006-12-07 9:27 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-kernel
Subject: [patch] lockdep: clean up VERY_VERBOSE define
From: Ingo Molnar <mingo@elte.hu>
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 <mingo@elte.hu>
---
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-12-07 9:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-07 9:27 [patch] lockdep: clean up VERY_VERBOSE define Ingo Molnar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox