From: Pranith Kumar Date: Tue, 23 Sep 2014 14:55:08 +0000 (-0400) Subject: perf tools: Use ACCESS_ONCE() instead of volatile cast X-Git-Tag: omap-for-v3.19/prcm-cleanup~97^2~3^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1da34daf24823f19cfd56c97973334cd95635926;p=pandora-kernel.git perf tools: Use ACCESS_ONCE() instead of volatile cast Use ACCESS_ONCE() instead of the cast to volatile and read. This is just a style change which is reader friendly. Signed-off-by: Pranith Kumar Acked-by: Namhyung Kim Cc: Adrian Hunter Cc: David Ahern Cc: Ingo Molnar Cc: Jiri Olsa Cc: Namhyung Kim Cc: Paul Mackerras Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/1411484109-10442-1-git-send-email-bobby.prani@gmail.com Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed