Skip to content
Commit e5bc3af7 authored by Paul E. McKenney's avatar Paul E. McKenney
Browse files

rcu: Consolidate PREEMPT and !PREEMPT synchronize_rcu()



Now that rcu_blocking_is_gp() makes the correct immediate-return
decision for both PREEMPT and !PREEMPT, a single implementation of
synchronize_rcu() will work correctly under both configurations.
This commit therefore eliminates a few lines of code by consolidating
the two implementations of synchronize_rcu().

Signed-off-by: default avatarPaul E. McKenney <paulmck@linux.ibm.com>
parent 3cd4ca47
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment