diff options
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/lockdep_proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/lockdep_proc.c b/kernel/lockdep_proc.c index 57a547a2da3f..88fc611b3ae9 100644 --- a/kernel/lockdep_proc.c +++ b/kernel/lockdep_proc.c | |||
@@ -244,7 +244,7 @@ static int lockdep_stats_show(struct seq_file *m, void *v) | |||
244 | 244 | ||
245 | sum_forward_deps += count_forward_deps(class); | 245 | sum_forward_deps += count_forward_deps(class); |
246 | } | 246 | } |
247 | #ifdef CONFIG_LOCKDEP_DEBUG | 247 | #ifdef CONFIG_DEBUG_LOCKDEP |
248 | DEBUG_LOCKS_WARN_ON(debug_atomic_read(&nr_unused_locks) != nr_unused); | 248 | DEBUG_LOCKS_WARN_ON(debug_atomic_read(&nr_unused_locks) != nr_unused); |
249 | #endif | 249 | #endif |
250 | seq_printf(m, " lock-classes: %11lu [max: %lu]\n", | 250 | seq_printf(m, " lock-classes: %11lu [max: %lu]\n", |