Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 158114
b: refs/heads/master
c: bbfa262
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Aug 2, 2009
1 parent 8a22e92 commit 91b67e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: af012961450949ea297b209e091bd1a3805b8a0a
refs/heads/master: bbfa26229a8143889e95e0df4a9d69067ee836cd
2 changes: 2 additions & 0 deletions trunk/kernel/lockdep_proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -411,8 +411,10 @@ static int lockdep_stats_show(struct seq_file *m, void *v)
max_lockdep_depth);
seq_printf(m, " max recursion depth: %11u\n",
max_recursion_depth);
#ifdef CONFIG_PROVE_LOCKING
seq_printf(m, " max bfs queue depth: %11u\n",
max_bfs_queue_depth);
#endif
lockdep_stats_debug_show(m);
seq_printf(m, " debug_locks: %11u\n",
debug_locks);
Expand Down

0 comments on commit 91b67e1

Please sign in to comment.