]> 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>
Fri, 6 Jul 2012 13:01:50 +0000 (06:01 -0700)
commita96434baaef14b6adb3ecc3074a16961be02336d
treeea787986804ded811b06267cd608ff791f34909c
parent54f47b763e3adba4c291549b9feb28f1d4027dd7
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>
kernel/rcutree.c