mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-22 23:04:43 +00:00
[PATCH] Fix apparent typo CONFIG_LOCKDEP_DEBUG
Replace the apparent typo CONFIG_LOCKDEP_DEBUG with the correct CONFIG_DEBUG_LOCKDEP. Signed-off-by: Robert P. J. Day <rpjday@mindspring.com> Cc: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
8cddd7076a
commit
501b9ebf43
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ static int lockdep_stats_show(struct seq_file *m, void *v)
|
||||||
|
|
||||||
sum_forward_deps += count_forward_deps(class);
|
sum_forward_deps += count_forward_deps(class);
|
||||||
}
|
}
|
||||||
#ifdef CONFIG_LOCKDEP_DEBUG
|
#ifdef CONFIG_DEBUG_LOCKDEP
|
||||||
DEBUG_LOCKS_WARN_ON(debug_atomic_read(&nr_unused_locks) != nr_unused);
|
DEBUG_LOCKS_WARN_ON(debug_atomic_read(&nr_unused_locks) != nr_unused);
|
||||||
#endif
|
#endif
|
||||||
seq_printf(m, " lock-classes: %11lu [max: %lu]\n",
|
seq_printf(m, " lock-classes: %11lu [max: %lu]\n",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue