libc: remove ARMv5/6 from man page

Signed-off-by: Minsoo Choo <minsoochoo0122@proton.me>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1903
This commit is contained in:
Minsoo Choo
2025-11-28 19:40:11 -05:00
committed by Warner Losh
parent 3387a1bdba
commit 53da09369c
+1 -4
View File
@@ -42,10 +42,7 @@ Not all hardware supports buffered writes; on such systems the
.Nm
function is a no-op.
.Pp
On ARMv5 systems, this executes a cp15 coprocessor
.Dq drain write buffer
operation.
On ARMv6 and ARMv7 systems, this executes a
This executes a
.Dq DSB SY
synchronization barrier, followed by an L2 cache drain on
systems where the DSB does not include L2 automatically.