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)
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

Simple merge