| commit | 42c3533eee88e012e1aa3c4d6d2cc53354130e24 | [log] [tgz] |
|---|---|---|
| author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Fri Sep 28 10:49:58 2012 -0700 |
| committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Nov 08 11:55:30 2012 -0800 |
| tree | 5ba55eedbda8d257812ee3b2c8778e4c0b3a2e94 | |
| parent | 5f4ee1fa16fa1bee673b75722ca43350a74fba36 [diff] |
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>