cvs commit: src/sys/i386/include atomic.h
John Baldwin
jhb at FreeBSD.org
Fri Nov 12 18:40:23 GMT 2004
jhb 2004-11-12 18:40:22 UTC
FreeBSD src repository
Modified files:
sys/i386/include atomic.h
Log:
- Use the SMP style ops for atomic_load/store() in userland so that
libraries and binaries will work on both UP and SMP machines.
- Remove unnecessary gcc memory barrier from the UP atomic_store() op.
Submitted by: bde
Revision Changes Path
1.34 +1 -2 src/sys/i386/include/atomic.h
More information about the cvs-src
mailing list