diff options
author | Paul E. McKenney <[email protected]> | 2012-08-13 16:34:12 -0700 |
---|---|---|
committer | Paul E. McKenney <[email protected]> | 2012-09-23 07:42:51 -0700 |
commit | fdab649b1aa732cd6e79654349088465cdff49af (patch) | |
tree | 5a8b75266eb451b0766f2c622744ae984ac7c3b5 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | c96ea7cfdd88d0a67c970502bc5313fede34b86b (diff) |
rcu: Remove redundant memory barrier from __call_rcu()
The first memory barrier in __call_rcu() is supposed to order any
updates done beforehand by the caller against the actual queuing
of the callback. However, the second memory barrier (which is intended
to order incrementing the queue lengths before queuing the callback)
is also between the caller's updates and the queuing of the callback.
The second memory barrier can therefore serve both purposes.
This commit therefore removes the first memory barrier.
Signed-off-by: Paul E. McKenney <[email protected]>
Signed-off-by: Paul E. McKenney <[email protected]>
Reviewed-by: Josh Triplett <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions