diff options
| -rw-r--r-- | kernel/locking/lockdep.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/locking/lockdep.c b/kernel/locking/lockdep.c index 2324ba5310db..ed9410936a22 100644 --- a/kernel/locking/lockdep.c +++ b/kernel/locking/lockdep.c | |||
| @@ -1999,6 +1999,7 @@ static inline int get_first_held_lock(struct task_struct *curr, | |||
| 1999 | return ++i; | 1999 | return ++i; |
| 2000 | } | 2000 | } |
| 2001 | 2001 | ||
| 2002 | #ifdef CONFIG_DEBUG_LOCKDEP | ||
| 2002 | /* | 2003 | /* |
| 2003 | * Returns the next chain_key iteration | 2004 | * Returns the next chain_key iteration |
| 2004 | */ | 2005 | */ |
| @@ -2069,6 +2070,7 @@ static void print_collision(struct task_struct *curr, | |||
| 2069 | printk("\nstack backtrace:\n"); | 2070 | printk("\nstack backtrace:\n"); |
| 2070 | dump_stack(); | 2071 | dump_stack(); |
| 2071 | } | 2072 | } |
| 2073 | #endif | ||
| 2072 | 2074 | ||
| 2073 | /* | 2075 | /* |
| 2074 | * Checks whether the chain and the current held locks are consistent | 2076 | * Checks whether the chain and the current held locks are consistent |
