projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c1b1ce
)
rcu: Remove redundant check for rcu_head misalignment
author
Paul E. McKenney
<paulmck@linux.vnet.ibm.com>
Thu, 2 Feb 2012 16:26:06 +0000
(08:26 -0800)
committer
Paul E. McKenney
<paulmck@linux.vnet.ibm.com>
Tue, 21 Feb 2012 17:06:11 +0000
(09:06 -0800)
There is now an unconditional check for rcu_head misalignment in
__call_rcu(), so remove the old conditional one in debug_rcu_head_queue().
Reported-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcu.h
patch
|
blob
|
blame
|
history
diff --git
a/kernel/rcu.h
b/kernel/rcu.h
index a074b0b43fc2c96e855d7e61c935597fb023013a..30876f4063b666e2129d84388bf5c234e16779c3 100644
(file)
--- a/
kernel/rcu.h
+++ b/
kernel/rcu.h
@@
-50,7
+50,6
@@
extern struct debug_obj_descr rcuhead_debug_descr;
static inline void debug_rcu_head_queue(struct rcu_head *head)
{
- WARN_ON_ONCE((unsigned long)head & 0x3);
debug_object_activate(head, &rcuhead_debug_descr);
debug_object_active_state(head, &rcuhead_debug_descr,
STATE_RCU_HEAD_READY,