summaryrefslogtreecommitdiffstats
path: root/sys/arm/include/atomic.h
diff options
context:
space:
mode:
authorcognet <cognet@FreeBSD.org>2006-11-07 11:53:44 +0000
committercognet <cognet@FreeBSD.org>2006-11-07 11:53:44 +0000
commitd9c8d94a60abf5edc37b7d8290caa23660f2cb10 (patch)
tree7d6ec28b1a825ef8b1ed6a6759db458fbc25f294 /sys/arm/include/atomic.h
parent95c27ab84543d6ba156210ab6d05810088b45bdb (diff)
downloadFreeBSD-src-d9c8d94a60abf5edc37b7d8290caa23660f2cb10.zip
FreeBSD-src-d9c8d94a60abf5edc37b7d8290caa23660f2cb10.tar.gz
Add atomic_cmpset_acq_32.
Diffstat (limited to 'sys/arm/include/atomic.h')
-rw-r--r--sys/arm/include/atomic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arm/include/atomic.h b/sys/arm/include/atomic.h
index 044185b..e1736d0 100644
--- a/sys/arm/include/atomic.h
+++ b/sys/arm/include/atomic.h
@@ -337,6 +337,7 @@ atomic_cmpset_long(volatile u_long *dst, u_long exp, u_long src)
#define atomic_cmpset_acq_int atomic_cmpset_32
#define atomic_cmpset_acq_ptr atomic_cmpset_ptr
#define atomic_cmpset_acq_long atomic_cmpset_long
+#define atomic_cmpset_acq_32 atomic_cmpset_32
#define atomic_store_rel_ptr atomic_store_ptr
#define atomic_store_rel_int atomic_store_32
#define atomic_cmpset_rel_32 atomic_cmpset_32
OpenPOWER on IntegriCloud