mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-04-15 18:47:49 +07:00
[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: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
23d95a03d6
commit
33e94e960b
@ -145,9 +145,7 @@ EXPORT_SYMBOL(lockdep_on);
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define VERBOSE 0
|
#define VERBOSE 0
|
||||||
#ifdef VERBOSE
|
#define VERY_VERBOSE 0
|
||||||
# define VERY_VERBOSE 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if VERBOSE
|
#if VERBOSE
|
||||||
# define HARDIRQ_VERBOSE 1
|
# define HARDIRQ_VERBOSE 1
|
||||||
|
Loading…
Reference in New Issue
Block a user