From: Paul E. McKenney Date: Sat, 10 May 2014 01:06:51 +0000 (-0700) Subject: rcu: Remove redundant ACCESS_ONCE() from tick_do_timer_cpu X-Git-Tag: cleanup-for-v3.18~139^2^2~1^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4da117cfa72e6cde3d9e8f5ed932381863cdeec9;p=pandora-kernel.git rcu: Remove redundant ACCESS_ONCE() from tick_do_timer_cpu In kernels built with CONFIG_NO_HZ_FULL, tick_do_timer_cpu is constant once boot completes. Thus, there is no need to wrap it in ACCESS_ONCE() in code that is built only when CONFIG_NO_HZ_FULL. This commit therefore removes the redundant ACCESS_ONCE(). Signed-off-by: Paul E. McKenney Acked-by: Frederic Weisbecker Reviewed-by: Lai Jiangshan --- Reading git-diff-tree failed