Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Sep 2025 00:47:10 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 88d23b649ceb - stable/15 - arm/atomic.h: remove misleading comment
Message-ID:  <202509280047.58S0lA1H048170@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/src/commit/?id=88d23b649ceba423fdec37b1de460fb4ef1e76c6

commit 88d23b649ceba423fdec37b1de460fb4ef1e76c6
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2025-09-20 19:10:02 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2025-09-28 00:43:20 +0000

    arm/atomic.h: remove misleading comment
    
    (cherry picked from commit 1c0465a3d32e59cd260067e87469abd013571470)
---
 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?202509280047.58S0lA1H048170>