summaryrefslogtreecommitdiffstats
path: root/kernel/Makefile
diff options
context:
space:
mode:
authorDongdong Deng <dongdong.deng@windriver.com>2010-09-28 16:32:43 +0800
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>2010-10-07 10:41:06 -0700
commit4ee0a603926cad973e4d384f48c5e279a0fd4118 (patch)
treeda507192551987d4841fccc541a5b94adfef4f01 /kernel/Makefile
parentb0a0f667a349247bd7f05f806b662a25653822bc (diff)
downloadlinux-stable-4ee0a603926cad973e4d384f48c5e279a0fd4118.tar.gz
linux-stable-4ee0a603926cad973e4d384f48c5e279a0fd4118.tar.bz2
linux-stable-4ee0a603926cad973e4d384f48c5e279a0fd4118.zip
rcu: using ACCESS_ONCE() to observe the jiffies_stall/rnp->qsmask value
Using ACCESS_ONCE() to observe the jiffies_stall/rnp->qsmask value due to the caller didn't hold the root_rcu/rnp node's lock. Although use without ACCESS_ONCE() is safe due to the value loaded being used but once, the ACCESS_ONCE() is a good documentation aid -- the variables are being loaded without the services of a lock. Signed-off-by: Dongdong Deng <dongdong.deng@windriver.com> CC: Dipankar Sarma <dipankar@in.ibm.com> CC: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'kernel/Makefile')
0 files changed, 0 insertions, 0 deletions