mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
kcsan: add atomic_interrupt_fence
(cherry picked from commit 2c1c1255e4)
This commit is contained in:
parent
e298c1c3c2
commit
a552da13fc
1 changed files with 1 additions and 0 deletions
|
|
@ -373,6 +373,7 @@ void kcsan_atomic_thread_fence_seq_cst(void);
|
|||
#define atomic_thread_fence_acq_rel kcsan_atomic_thread_fence_acq_rel
|
||||
#define atomic_thread_fence_rel kcsan_atomic_thread_fence_rel
|
||||
#define atomic_thread_fence_seq_cst kcsan_atomic_thread_fence_seq_cst
|
||||
#define atomic_interrupt_fence __compiler_membar
|
||||
|
||||
#endif /* !KCSAN_RUNTIME */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue