Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47620
b: refs/heads/master
c: 501b9eb
h: refs/heads/master
v: v3
  • Loading branch information
Robert P. J. Day authored and Linus Torvalds committed Feb 11, 2007
1 parent e444084 commit 26e10f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8cddd7076ab440906dcf2831e37a147484af80fc
refs/heads/master: 501b9ebf43f9973c3e246c8fbd17144d81a989ef
2 changes: 1 addition & 1 deletion trunk/kernel/lockdep_proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 26e10f8

Please sign in to comment.