Home
last modified time | relevance | path

Searched hist:"57 a2fe90fcdaa812ac1aa6c91ba0e591c30f461a" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/kernel/
H A Dtorture.cdiff 57a2fe90fcdaa812ac1aa6c91ba0e591c30f461a Fri Jan 31 14:58:39 CST 2014 Paul E. McKenney <paulmck@linux.vnet.ibm.com> rcutorture: Apply ACCESS_ONCE() to racy fullstop accesses

Because the fullstop variable can be accessed while it is being updated,
this commit avoids any resulting compiler mischief through use of
ACCESS_ONCE() for non-initialization accesses to this shared variable.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>