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

rcu: Inline force_quiescent_state() into rcu_force_quiescent_state()



Given that rcu_force_quiescent_state() is a simple wrapper around
force_quiescent_state(), this commit saves a few lines of code by
inlining force_quiescent_state() into rcu_force_quiescent_state(),
and changing all references to force_quiescent_state() to instead
invoke rcu_force_quiescent_state().

Signed-off-by: default avatarPaul E. McKenney <paulmck@linux.ibm.com>
parent 1de462ed
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment