CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/03/08 23:14:21
Modified files:
sys/sys : atomic.h
Log message:
Add macros READ_ONCE() and WRITE_ONCE(). They constrain optimizations
done by the compiler.
OK guenther@
