]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
rcu: Get rcu_sched_force_quiescent_state() where it belongs
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 24 Feb 2015 22:23:39 +0000 (14:23 -0800)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 3 Mar 2015 19:17:19 +0000 (11:17 -0800)
commite7580f33889299e484a80f42c20611ead42f199e
treedada5b9e84f353e0824104cbdcb9d2569758a19a
parent91afa21d5d0d79a02984d37509f1f827ae460f4e
rcu: Get rcu_sched_force_quiescent_state() where it belongs

The very similar functions rcu_force_quiescent_state(),
rcu_bh_force_quiescent_state(), and rcu_sched_force_quiescent_state()
are supposed to be together, but have drifted apart.  This commit
restores rcu_sched_force_quiescent_state() to its rightful place.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcu/tree.c