atomic(9): note that atomic_interrupt_fence first appeared in 13.0

MFC after:	3 days
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Konstantin Belousov 2021-03-06 07:21:40 +02:00
parent ead7697f04
commit f5e930b369

View File

@ -22,7 +22,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd February 24, 2021 .Dd March 6, 2021
.Dt ATOMIC 9 .Dt ATOMIC 9
.Os .Os
.Sh NAME .Sh NAME
@ -612,3 +612,8 @@ and
.Fn atomic_store .Fn atomic_store
were added in were added in
.Fx 12.0 . .Fx 12.0 .
.Pp
The
.Fn atomic_interrupt_fence
operation was added in
.Fx 13.0 .