[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20061207092745.GA1042@elte.hu>
Date: Thu, 7 Dec 2006 10:27:45 +0100
From: Ingo Molnar <mingo@...e.hu>
To: Andrew Morton <akpm@...l.org>
Cc: linux-kernel@...r.kernel.org
Subject: [patch] lockdep: clean up VERY_VERBOSE define
Subject: [patch] lockdep: clean up VERY_VERBOSE define
From: Ingo Molnar <mingo@...e.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@...e.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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists