The branch main has been updated by kib:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=1c0465a3d32e59cd260067e87469abd013571470

commit 1c0465a3d32e59cd260067e87469abd013571470
Author:     Konstantin Belousov <k...@freebsd.org>
AuthorDate: 2025-09-20 19:10:02 +0000
Commit:     Konstantin Belousov <k...@freebsd.org>
CommitDate: 2025-09-20 19:24:02 +0000

    arm/atomic.h: remove misleading comment
    
    Noted and reviewed by:  jrtc27
    Sponsored by:   The FreeBSD Foundation
    MFC after:      1 week
    Differential revision:  https://reviews.freebsd.org/D52626
---
 sys/arm/include/atomic.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/sys/arm/include/atomic.h b/sys/arm/include/atomic.h
index c180ceaca142..f66953710615 100644
--- a/sys/arm/include/atomic.h
+++ b/sys/arm/include/atomic.h
@@ -1103,11 +1103,6 @@ atomic_thread_fence_seq_cst(void)
 #define atomic_store_rel_int           atomic_store_rel_32
 #define atomic_swap_int                        atomic_swap_32
 
-/*
- * For:
- *  - atomic_load_acq_8
- *  - atomic_load_acq_16
- */
 #include <sys/_atomic_subword.h>
 
 #define        atomic_set_short                atomic_set_16

Reply via email to