From: Paul E. McKenney Date: Fri, 28 Sep 2012 17:49:58 +0000 (-0700) Subject: rcu: Fix tracing formatting X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~79^2^2~4^6~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42c3533eee88e012e1aa3c4d6d2cc53354130e24;p=pandora-kernel.git rcu: Fix tracing formatting The rcu_state structure's ->completed field is unsigned long, so this commit adjusts show_one_rcugp()'s printf() format to suit. Also add the required ACCESS_ONCE() directives while we are in this function. Signed-off-by: Paul E. McKenney --- Reading git-diff-tree failed