git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7129d38
)
rcu: Convert WARN_ON_ONCE() in rcu_lock_acquire() to lockdep
author
Heiko Carstens
<heiko.carstens@de.ibm.com>
Wed, 1 Feb 2012 18:30:46 +0000
(10:30 -0800)
committer
Paul E. McKenney
<paulmck@linux.vnet.ibm.com>
Tue, 21 Feb 2012 17:06:09 +0000
(09:06 -0800)
The WARN_ON_ONCE() in rcu_lock_acquire() results in infinite recursion
on S390, and also doesn't print very much information. Remove this.
Updated patch to add lockdep-RCU assertions to RCU's read-side primitives.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
No differences found