Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Mar 2021 04:22:04 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: 8fb8f26ab4b6 - stable/13 - atomic(9): note that atomic_interrupt_fence first appeared in 13.0
Message-ID:  <202103090422.1294M4dO001872@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/src/commit/?id=8fb8f26ab4b62891be27402e4335c27cb6839d9e

commit 8fb8f26ab4b62891be27402e4335c27cb6839d9e
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2021-03-06 05:21:40 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2021-03-09 04:21:34 +0000

    atomic(9): note that atomic_interrupt_fence first appeared in 13.0
    
    (cherry picked from commit f5e930b369c6ea7a3f81d8e5b52cc395bb7b4187)
---
 share/man/man9/atomic.9 | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/share/man/man9/atomic.9 b/share/man/man9/atomic.9
index 397a8fcd6b18..ebc6ed791f37 100644
--- a/share/man/man9/atomic.9
+++ b/share/man/man9/atomic.9
@@ -22,7 +22,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd February 24, 2021
+.Dd March 6, 2021
 .Dt ATOMIC 9
 .Os
 .Sh NAME
@@ -612,3 +612,8 @@ and
 .Fn atomic_store
 were added in
 .Fx 12.0 .
+.Pp
+The
+.Fn atomic_interrupt_fence
+operation was added in
+.Fx 13.0 .



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