summaryrefslogtreecommitdiff
path: root/include/net/af_unix.h
diff options
context:
space:
mode:
authorNicolas Pitre <nico@cam.org>2008-11-09 05:27:53 (GMT)
committerLinus Torvalds <torvalds@linux-foundation.org>2008-11-09 19:17:33 (GMT)
commit058e3739f6b0753696db1952378de9e8d2a11735 (patch)
tree2261c23bf8c77e51628310057b4dde718e487c53 /include/net/af_unix.h
parent02cabab4a8a7ef2d51189d5dda84516d36662910 (diff)
downloadlinux-058e3739f6b0753696db1952378de9e8d2a11735.tar.xz
clarify usage expectations for cnt32_to_63()
Currently, all existing users of cnt32_to_63() are fine since the CPU architectures where it is used don't do read access reordering, and user mode preemption is disabled already. It is nevertheless a good idea to better elaborate usage requirements wrt preemption, and use an explicit memory barrier on SMP to avoid different CPUs accessing the counter value in the wrong order. On UP a simple compiler barrier is sufficient. Signed-off-by: Nicolas Pitre <nico@marvell.com> Acked-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/net/af_unix.h')
0 files changed, 0 insertions, 0 deletions