summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authormarkj <markj@FreeBSD.org>2018-02-16 16:41:19 +0000
committermarkj <markj@FreeBSD.org>2018-02-16 16:41:19 +0000
commit98e6d7b784717d1fd39598ab33fe3ce44e7c8de2 (patch)
treeff54398a70df6f4edef81e678d158dce17ded3ca /share
parentbfcf611615024d29313d8d2332548f9633abdcbc (diff)
downloadFreeBSD-src-98e6d7b784717d1fd39598ab33fe3ce44e7c8de2.zip
FreeBSD-src-98e6d7b784717d1fd39598ab33fe3ce44e7c8de2.tar.gz
MFC r315718, r316031:
Add support for 8- and 16-bit atomic_(f)cmpset to x86.
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/atomic.98
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/atomic.9 b/share/man/man9/atomic.9
index e171262..8392dca 100644
--- a/share/man/man9/atomic.9
+++ b/share/man/man9/atomic.9
@@ -328,9 +328,9 @@ if (*dst == old) {
.Ed
.El
.Pp
-The
+Some architectures do not implement the
.Fn atomic_cmpset
-functions are not implemented for the types
+functions for the types
.Dq Li char ,
.Dq Li short ,
.Dq Li 8 ,
@@ -367,9 +367,9 @@ function also returns
despite
.Dl *old == *dst .
.Pp
-The
+Some architectures do not implement the
.Fn atomic_fcmpset
-functions are not implemented for the types
+functions for the types
.Dq Li char ,
.Dq Li short ,
.Dq Li 8 ,
OpenPOWER on IntegriCloud