]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rcu: Break up rcu_gp_kthread() into subfunctions
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Fri, 22 Jun 2012 18:08:41 +0000 (11:08 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 20 Sep 2012 21:55:39 +0000 (14:55 -0700)
commit0b6a33301b183a24ed29c979ee8b43e334a78133
tree7ae4f645cd884531f6d2a343b94a33553c5d2b2a
parentb6071f7f478d84b3d7acc3e144a5b9da54ce7065
rcu: Break up rcu_gp_kthread() into subfunctions

Then rcu_gp_kthread() function is too large and furthermore needs to
have the force_quiescent_state() code pulled in.  This commit therefore
breaks up rcu_gp_kthread() into rcu_gp_init() and rcu_gp_cleanup().

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
kernel/rcutree.c