commit | 7fdefc10e1d730d4608cc59d386bc446f5b9ee99 | [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 Sep 23 07:41:53 2012 -0700 |
tree | 8365a35be3c92af654667a6ff8e73969abb1e000 | |
parent | c856bafae7f5b3f59ac1d99279a9b99b3b36ad12 [diff] |
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>