| commit | 10fe07de12f15ec989d85e802116559c6aa00005 | [log] [tgz] |
|---|---|---|
| author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Fri Jun 22 11:08:41 2012 -0700 |
| committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Sun Jun 24 09:19:13 2012 -0700 |
| tree | 8889a0102853254209e3916c7c977463911f79a4 | |
| parent | 804b9e70fc063d2f28d97caeca5c61432be7c926 [diff] |
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>