Implement atomic_cmpset_acq_64 and atomic_cmpset_rel_64 on arm and armeb.
This should allow r300113 to build there. Sponsored by: ABT Systems Ltd
This commit is contained in:
parent
9d4244757d
commit
f7a973e64a
@ -372,6 +372,8 @@ atomic_swap_32(volatile u_int32_t *p, u_int32_t v)
|
||||
|
||||
#define atomic_cmpset_rel_32 atomic_cmpset_32
|
||||
#define atomic_cmpset_acq_32 atomic_cmpset_32
|
||||
#define atomic_cmpset_rel_64 atomic_cmpset_64
|
||||
#define atomic_cmpset_acq_64 atomic_cmpset_64
|
||||
#define atomic_set_rel_32 atomic_set_32
|
||||
#define atomic_set_acq_32 atomic_set_32
|
||||
#define atomic_clear_rel_32 atomic_clear_32
|
||||
|
Loading…
x
Reference in New Issue
Block a user