Add missing atomic wrapper macro.
Reviewed by: alfred @ Sponsored by: Mellanox Technologies MFC after: 1 week
This commit is contained in:
parent
fa7c058bf8
commit
c1ecb7e114
@ -558,6 +558,7 @@ u_long atomic_swap_long(volatile u_long *p, u_long v);
|
||||
#define atomic_cmpset_rel_64 atomic_cmpset_rel_long
|
||||
#define atomic_swap_64 atomic_swap_long
|
||||
#define atomic_readandclear_64 atomic_readandclear_long
|
||||
#define atomic_fetchadd_64 atomic_fetchadd_long
|
||||
#define atomic_testandset_64 atomic_testandset_long
|
||||
|
||||
/* Operations on pointers. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user