From: Paul E. McKenney Date: Fri, 31 Oct 2014 18:22:37 +0000 (-0700) Subject: rcu: Abstract rcu_cleanup_dead_rnp() from rcu_cleanup_dead_cpu() X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~166^2^2^3~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8af3a5e78cfb63abe8813743946b7bd5a8a3134c;p=pandora-kernel.git rcu: Abstract rcu_cleanup_dead_rnp() from rcu_cleanup_dead_cpu() This commit abstracts rcu_cleanup_dead_rnp() from rcu_cleanup_dead_cpu() in preparation for the rework of RCU priority boosting. This new function will be invoked from rcu_read_unlock_special() in the reworked scheme, which is why rcu_cleanup_dead_rnp() assumes that the leaf rcu_node structure's ->qsmaskinit field has already been updated. Signed-off-by: Paul E. McKenney --- Reading git-diff-tree failed