Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Sep 2025 19:34:26 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 1c0465a3d32e - main - arm/atomic.h: remove misleading comment
Message-ID:  <202509201934.58KJYQHQ040269@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kib:

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

commit 1c0465a3d32e59cd260067e87469abd013571470
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2025-09-20 19:10:02 +0000
Commit:     Konstantin Belousov <kib@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202509201934.58KJYQHQ040269>