We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9735a22 commit 5c8a010Copy full SHA for 5c8a010
kernel/locking/lockdep.c
@@ -1999,6 +1999,7 @@ static inline int get_first_held_lock(struct task_struct *curr,
1999
return ++i;
2000
}
2001
2002
+#ifdef CONFIG_DEBUG_LOCKDEP
2003
/*
2004
* Returns the next chain_key iteration
2005
*/
@@ -2069,6 +2070,7 @@ static void print_collision(struct task_struct *curr,
2069
2070
printk("\nstack backtrace:\n");
2071
dump_stack();
2072
2073
+#endif
2074
2075
2076
* Checks whether the chain and the current held locks are consistent
0 commit comments