projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cddd70
)
[PATCH] Fix apparent typo CONFIG_LOCKDEP_DEBUG
author
Robert P. J. Day
<
[email protected]
>
Sat, 10 Feb 2007 09:46:34 +0000
(
01:46
-0800)
committer
Linus Torvalds
<
[email protected]
>
Sun, 11 Feb 2007 19:18:06 +0000
(11:18 -0800)
Replace the apparent typo CONFIG_LOCKDEP_DEBUG with the correct
CONFIG_DEBUG_LOCKDEP.
Signed-off-by: Robert P. J. Day <
[email protected]
>
Cc: Ingo Molnar <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
kernel/lockdep_proc.c
patch
|
blob
|
history
diff --git
a/kernel/lockdep_proc.c
b/kernel/lockdep_proc.c
index 57a547a2da3f5c47e3d74d9280d06df4c38aa28c..88fc611b3ae907a3677a2549b4c809f187729b8c 100644
(file)
--- 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)
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);
#endif
seq_printf(m, " lock-classes: %11lu [max: %lu]\n",