From: Paul E. McKenney Date: Sun, 30 Dec 2012 21:06:35 +0000 (-0800) Subject: rcu: Rename n_nocb_gp_requests to need_future_gp X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~120^2^2^3~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b425aa8f1acfe48aed919c7aadff2ed290fe969;p=pandora-kernel.git rcu: Rename n_nocb_gp_requests to need_future_gp CPUs going idle need to be able to indicate their need for future grace periods. A mechanism for doing this already exists for no-callbacks CPUs, so the idea is to re-use that mechanism. This commit therefore moves the ->n_nocb_gp_requests field of the rcu_node structure out from under the CONFIG_RCU_NOCB_CPU #ifdef and renames it to ->need_future_gp. Signed-off-by: Paul E. McKenney Signed-off-by: Paul E. McKenney --- Reading git-diff-tree failed