aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2018-02-16 01:08:32 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2018-02-16 01:08:32 +0000
commit2c64e2664b6ce570b6c22966b56a85477be8bfe3 (patch)
treef1ed155f8fe9b0d9ea21fba455baaf5ea826e181
parent6f4a47613baab458f893146948f4175f18989a11 (diff)
downloadsrc-2c64e2664b6ce570b6c22966b56a85477be8bfe3.tar.gz
src-2c64e2664b6ce570b6c22966b56a85477be8bfe3.zip
Note that on amd64 pmap_enter(psind = 1) works (since r321378).
Sponsored by: The FreeBSD Foundation MFC after: 3 days
Notes
Notes: svn path=/head/; revision=329347
-rw-r--r--share/man/man9/pmap_enter.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/pmap_enter.9 b/share/man/man9/pmap_enter.9
index 85ab4e8499bc..70b912f99b80 100644
--- a/share/man/man9/pmap_enter.9
+++ b/share/man/man9/pmap_enter.9
@@ -26,7 +26,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 27, 2015
+.Dd February 16, 2018
.Dt PMAP_ENTER 9
.Os
.Sh NAME
@@ -133,13 +133,13 @@ The
function must handle the multiprocessor TLB consistency for the
given address.
.Sh NOTES
-On amd64, arm and i386 architectures the existing implementation
+On arm and i386 architectures the existing implementation
of the
.Nm
function is incomplete, only value 0 for
.Fa psind
is supported.
-Other supported architectures have
+Other supported architectures, except amd64, have
.Dv pagesizes[]
array of size 1.
.Sh RETURN VALUES