diff options
Diffstat (limited to 'kernel/lockdep_proc.c')
-rw-r--r-- | kernel/lockdep_proc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/lockdep_proc.c b/kernel/lockdep_proc.c index 58f35e586ee3..2fde34127e2e 100644 --- a/kernel/lockdep_proc.c +++ b/kernel/lockdep_proc.c | |||
@@ -271,8 +271,10 @@ static int lockdep_stats_show(struct seq_file *m, void *v) | |||
271 | if (nr_list_entries) | 271 | if (nr_list_entries) |
272 | factor = sum_forward_deps / nr_list_entries; | 272 | factor = sum_forward_deps / nr_list_entries; |
273 | 273 | ||
274 | #ifdef CONFIG_PROVE_LOCKING | ||
274 | seq_printf(m, " dependency chains: %11lu [max: %lu]\n", | 275 | seq_printf(m, " dependency chains: %11lu [max: %lu]\n", |
275 | nr_lock_chains, MAX_LOCKDEP_CHAINS); | 276 | nr_lock_chains, MAX_LOCKDEP_CHAINS); |
277 | #endif | ||
276 | 278 | ||
277 | #ifdef CONFIG_TRACE_IRQFLAGS | 279 | #ifdef CONFIG_TRACE_IRQFLAGS |
278 | seq_printf(m, " in-hardirq chains: %11u\n", | 280 | seq_printf(m, " in-hardirq chains: %11u\n", |