diff options
author | Paul E. McKenney <[email protected]> | 2018-11-06 19:13:54 -0800 |
---|---|---|
committer | Paul E. McKenney <[email protected]> | 2019-01-25 15:28:22 -0800 |
commit | b290ebcf7bc4638b38c413f192963f4b74e45b7b (patch) | |
tree | a72f26a8450bedfd9a2dac09ea0e63b0791708f9 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 337e9b07db3b8c7f7d68b849df32f434a1a3b831 (diff) |
sched: Replace synchronize_sched() with synchronize_rcu()
Now that synchronize_rcu() waits for preempt-disable regions of
code as well as RCU read-side critical sections, synchronize_sched()
can be replaced by synchronize_rcu(), in fact, synchronize_sched()
is now completely equivalent to synchronize_rcu(). This commit
therefore replaces synchronize_sched() with synchronize_rcu() so that
synchronize_sched() can eventually be removed entirely.
Signed-off-by: Paul E. McKenney <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions