Skip to content

Commit

Permalink
[PATCH] lockdep: clean up VERY_VERBOSE define
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Ingo Molnar authored and Linus Torvalds committed Dec 13, 2006
1 parent 23d95a0 commit 33e94e9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions kernel/lockdep.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 33e94e9

Please sign in to comment.