Skip to content

Commit 53da093

Browse files
mchoo7bsdimp
authored andcommitted
libc: remove ARMv5/6 from man page
Signed-off-by: Minsoo Choo <[email protected]> Reviewed by: imp Pull Request: #1903
1 parent 3387a1b commit 53da093

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lib/libc/arm/gen/arm_drain_writebuf.2

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,7 @@ Not all hardware supports buffered writes; on such systems the
4242
.Nm
4343
function is a no-op.
4444
.Pp
45-
On ARMv5 systems, this executes a cp15 coprocessor
46-
.Dq drain write buffer
47-
operation.
48-
On ARMv6 and ARMv7 systems, this executes a
45+
This executes a
4946
.Dq DSB SY
5047
synchronization barrier, followed by an L2 cache drain on
5148
systems where the DSB does not include L2 automatically.

0 commit comments

Comments
 (0)