commit | 7d0ae8086b828311250c6afdf800b568ac9bd693 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Mar 03 14:57:58 2015 -0800 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed May 27 12:56:15 2015 -0700 |
tree | a1bb0c6a5e66f1e48c4667fd247a41c4b9253fd2 | |
parent | 030bbdbf4c833bc69f502eae58498bc5572db736 [diff] |
rcu: Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE() This commit moves from the old ACCESS_ONCE() API to the new READ_ONCE() and WRITE_ONCE() APIs. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> [ paulmck: Updated to include kernel/torture.c as suggested by Jason Low. ]