The branch releng/13.0 has been updated by kib:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=04b20818b986be7544be8a42edd2681b93bfdee3

commit 04b20818b986be7544be8a42edd2681b93bfdee3
Author:     Mateusz Guzik <[email protected]>
AuthorDate: 2021-03-01 07:42:15 +0000
Commit:     Konstantin Belousov <[email protected]>
CommitDate: 2021-03-09 05:54:37 +0000

    kcsan: add atomic_interrupt_fence
    
    Approved by:    re (gjb)
    
    (cherry picked from commit 2c1c1255e41ac3fecd79f9f704c934642f34fd60)
    (cherry picked from commit a552da13fc8f803ffc51755436441f3c14e3c817)
---
 sys/sys/_cscan_atomic.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys/sys/_cscan_atomic.h b/sys/sys/_cscan_atomic.h
index aed96580e1e4..b458c24841bf 100644
--- a/sys/sys/_cscan_atomic.h
+++ b/sys/sys/_cscan_atomic.h
@@ -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 */
 
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to