diff options
Diffstat (limited to 'kernel/lockdep.c')
-rw-r--r-- | kernel/lockdep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/lockdep.c b/kernel/lockdep.c index 65b5f5b7c298..c927a549db2c 100644 --- a/kernel/lockdep.c +++ b/kernel/lockdep.c | |||
@@ -3819,6 +3819,7 @@ void lockdep_rcu_dereference(const char *file, const int line) | |||
3819 | printk("%s:%d invoked rcu_dereference_check() without protection!\n", | 3819 | printk("%s:%d invoked rcu_dereference_check() without protection!\n", |
3820 | file, line); | 3820 | file, line); |
3821 | printk("\nother info that might help us debug this:\n\n"); | 3821 | printk("\nother info that might help us debug this:\n\n"); |
3822 | printk("\nrcu_scheduler_active = %d, debug_locks = %d\n", rcu_scheduler_active, debug_locks); | ||
3822 | lockdep_print_held_locks(curr); | 3823 | lockdep_print_held_locks(curr); |
3823 | printk("\nstack backtrace:\n"); | 3824 | printk("\nstack backtrace:\n"); |
3824 | dump_stack(); | 3825 | dump_stack(); |