Commit 33e94e96 authored by Ingo Molnar's avatar Ingo Molnar Committed by Linus Torvalds

[PATCH] lockdep: clean up VERY_VERBOSE define

Cleanup: the VERY_VERBOSE define was unnecessarily dependent on #ifdef VERBOSE
- while the VERBOSE switch is 0 or 1 (always defined).
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 23d95a03
......@@ -145,9 +145,7 @@ EXPORT_SYMBOL(lockdep_on);
*/
#define VERBOSE 0
#ifdef VERBOSE
# define VERY_VERBOSE 0
#endif
#define VERY_VERBOSE 0
#if VERBOSE
# define HARDIRQ_VERBOSE 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment