From: Paul E. McKenney Date: Fri, 22 Jun 2012 18:08:41 +0000 (-0700) Subject: rcu: Break up rcu_gp_kthread() into subfunctions X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~101^2~1^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fdefc10e1d730d4608cc59d386bc446f5b9ee99;p=pandora-kernel.git 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 Reviewed-by: Josh Triplett --- Reading git-diff-tree failed