From: Paul E. McKenney Date: Mon, 21 Jul 2014 18:26:54 +0000 (-0700) Subject: rcu: Eliminate redundant rcu_sysidle_state variable X-Git-Tag: omap-for-v3.19/prcm-cleanup~100^2~1^2~16^3~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=417e8d26557c4264a484d78a7491316751afa46f;p=pandora-kernel.git rcu: Eliminate redundant rcu_sysidle_state variable Now that we have rcu_state_p, which references rcu_preempt_state for TREE_PREEMPT_RCU and rcu_sched_state for TREE_RCU, we don't need a separate rcu_sysidle_state variable. This commit therefore eliminates rcu_preempt_state in favor of rcu_state_p. Signed-off-by: Paul E. McKenney Reviewed-by: Pranith Kumar Acked-by: Frederic Weisbecker Tested-by: Paul Gortmaker --- Reading git-diff-tree failed