]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rcu: Fix tracing formatting
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Fri, 28 Sep 2012 17:49:58 +0000 (10:49 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 23 Oct 2012 21:58:45 +0000 (14:58 -0700)
commit62b139d3fbdc5f2a19caab2850583f50bf4faeb6
treebb966f27db69b5a2c2c0338b9f538afa4f06b086
parent530e2e8605631e52d669c41c97d9190cc412ef9c
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 <paulmck@linux.vnet.ibm.com>
kernel/rcutree.c
kernel/rcutree_trace.c