From: Linus Torvalds Date: Sun, 11 May 2008 02:51:16 +0000 (-0700) Subject: Move ACCESS_ONCE() to X-Git-Tag: v2.6.26-rc2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c3cdc1f83a6e07092392ff4aba6466517dbd1d0;p=pandora-kernel.git Move ACCESS_ONCE() to It actually makes much more sense there, and we do tend to need it for non-RCU usage too. Moving it to will allow some other cases that have open-coded the same logic to use the same helper function that RCU has used. Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed