]> 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>
Wed, 5 Sep 2012 18:56:27 +0000 (11:56 -0700)
commit23bbf3f68ca0d7e88ddd0d17c0d4d5b33f1d6339
tree64dcf5094dfcf1b61af13221aa48c1b90e9e70c8
parenta5cdc1c841e92f421ac5ccb50105aa8c36e2bb0e
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