https://github.com/torvalds/linux
Revision 43239cbe79fc369f5d2160bd7f69e28b5c50a58c authored by Christian Borntraeger on 13 January 2015, 09:46:42 UTC, committed by Christian Borntraeger on 13 January 2015, 19:39:09 UTC
Feedback has shown that WRITE_ONCE(x, val) is easier to use than
ASSIGN_ONCE(val,x).
There are no in-tree users yet, so lets change it for 3.19.

Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Acked-by: Peter Zijlstra <peterz@infradead.org>
Acked-by: Davidlohr Bueso <dave@stgolabs.net>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
1 parent eaa27f3
History
Tip revision: 43239cbe79fc369f5d2160bd7f69e28b5c50a58c authored by Christian Borntraeger on 13 January 2015, 09:46:42 UTC
kernel: Change ASSIGN_ONCE(val, x) to WRITE_ONCE(x, val)
Tip revision: 43239cb
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 1.1 KB
.mailmap -rw-r--r-- 4.8 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 94.0 KB
Kbuild -rw-r--r-- 2.5 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 291.6 KB
Makefile -rw-r--r-- 53.1 KB
README -rw-r--r-- 18.3 KB
REPORTING-BUGS -rw-r--r-- 7.3 KB

README

back to top