diff --git a/[refs] b/[refs] index c11c75440250..728fb8935e11 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: af012961450949ea297b209e091bd1a3805b8a0a +refs/heads/master: bbfa26229a8143889e95e0df4a9d69067ee836cd diff --git a/trunk/kernel/lockdep_proc.c b/trunk/kernel/lockdep_proc.c index 9a1bf34d2ff6..fba81f16e346 100644 --- a/trunk/kernel/lockdep_proc.c +++ b/trunk/kernel/lockdep_proc.c @@ -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);