From: Pranith Kumar Date: Tue, 23 Sep 2014 14:29:50 +0000 (-0400) Subject: locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read() X-Git-Tag: fixes-against-v3.18-rc2~102^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2291059c852706c6f5ffb400366042b7625066cd;p=pandora-kernel.git locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read() Use the much more reader friendly ACCESS_ONCE() instead of the cast to volatile. This is purely a stylistic change. Signed-off-by: Pranith Kumar Acked-by: Jesper Nilsson Acked-by: Hans-Christian Egtvedt Acked-by: Max Filippov Signed-off-by: Peter Zijlstra (Intel) Cc: Linus Torvalds Cc: linux-arch@vger.kernel.org Link: http://lkml.kernel.org/r/1411482607-20948-1-git-send-email-bobby.prani@gmail.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed