From: Paul E. McKenney Date: Tue, 2 Sep 2014 19:30:58 +0000 (-0700) Subject: rcu: Move RCU_BOOST variable declarations, eliminating #ifdef X-Git-Tag: omap-for-v3.19/fixes-rc1~168^2^2^6~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61cfd0970ea27764434fba5c41bdaefb26c44183;p=pandora-kernel.git rcu: Move RCU_BOOST variable declarations, eliminating #ifdef There are some RCU_BOOST-specific per-CPU variable declarations that are needlessly defined under #ifdef in kernel/rcu/tree.c. This commit therefore moves these declarations into a pre-existing #ifdef in kernel/rcu/tree_plugin.h. Signed-off-by: Paul E. McKenney --- Reading git-diff-tree failed