Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182263
b: refs/heads/master
c: 056ba4a
h: refs/heads/master
i:
  182261: a9d3892
  182259: 9561c65
  182255: 3ef8b90
v: v3
  • Loading branch information
Paul E. McKenney authored and Ingo Molnar committed Feb 26, 2010
1 parent 202f844 commit f6d4b00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: c50cc75271759373bd89a036eec4d4269b291616
refs/heads/master: 056ba4a9bea5f32781a36b797c562fb731e5eaa6
6 changes: 3 additions & 3 deletions trunk/kernel/lockdep.c
Original file line number Diff line number Diff line change
Expand Up @@ -3816,9 +3816,9 @@ void lockdep_rcu_dereference(const char *file, const int line)

if (!debug_locks_off())
return;
printk("\n==============================================\n");
printk( "[ BUG: Unsafe rcu_dereference_check() usage! ]\n");
printk( "----------------------------------------------\n");
printk("\n===================================================\n");
printk( "[ INFO: suspicious rcu_dereference_check() usage. ]\n");
printk( "---------------------------------------------------\n");
printk("%s:%d invoked rcu_dereference_check() without protection!\n",
file, line);
printk("\nother info that might help us debug this:\n\n");
Expand Down

0 comments on commit f6d4b00

Please sign in to comment.