mirror of
https://github.com/opnsense/src.git
synced 2026-04-20 21:59:20 -04:00
Revert committal of local change accidentally swept up in r238329.
This commit is contained in:
parent
683fa2b5d7
commit
72ee489703
1 changed files with 1 additions and 3 deletions
|
|
@ -347,9 +347,7 @@ atomic_readandclear_32(volatile u_int32_t *p)
|
|||
#define atomic_cmpset_ptr(dst, old, new) \
|
||||
atomic_cmpset_32((volatile u_int *)(dst), (u_int)(old), (u_int)(new))
|
||||
#define atomic_cmpset_rel_ptr atomic_cmpset_ptr
|
||||
#define atomic_cmpset_acq_ptr(dst, old, new) \
|
||||
atomic_cmpset_ptr((volatile uint32_t *)(dst), (volatile uint32_t)(old), \
|
||||
(volatile uint32_t)(new))
|
||||
#define atomic_cmpset_acq_ptr atomic_cmpset_ptr
|
||||
#define atomic_store_ptr atomic_store_32
|
||||
#define atomic_store_rel_ptr atomic_store_ptr
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue