From: Paul E. McKenney Date: Thu, 5 Dec 2013 02:42:03 +0000 (-0800) Subject: rcu: Remove ACCESS_ONCE() from jiffies X-Git-Tag: v3.15-rc1~183^2~1^2~1^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb1e78cfa267453bb19e7edafd214c03834b664c;p=pandora-kernel.git rcu: Remove ACCESS_ONCE() from jiffies Because jiffies is one of a very few variables marked "volatile", there is no need to use ACCESS_ONCE() when accessing it. This commit therefore removes the redundant ACCESS_ONCE() wrappers. Reported by: Eric Dumazet Signed-off-by: Paul E. McKenney Reviewed-by: Josh Triplett --- Reading git-diff-tree failed