]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Allow atomic ops to be somewhat safely used in userland. We always use
authorjhb <jhb@FreeBSD.org>
Mon, 8 Oct 2001 20:58:24 +0000 (20:58 +0000)
committerjhb <jhb@FreeBSD.org>
Mon, 8 Oct 2001 20:58:24 +0000 (20:58 +0000)
commitea70c6700861a03619a32c505dbcd8a2d0cba415
tree7a930f31a6170373f1da0e34040e7441f9a58f59
parentefbb61ecafa43ad7cd83ab2a86375b721536a2a9
Allow atomic ops to be somewhat safely used in userland.  We always use
lock prefixes in the userland case so that the binaries will work on both
SMP and UP systems.
sys/amd64/include/atomic.h
sys/i386/include/atomic.h