summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2018-02-19 10:59:19 +0000
committerkib <kib@FreeBSD.org>2018-02-19 10:59:19 +0000
commit4645738b048934ba7c268c8eaf3269954670a880 (patch)
tree31d4126100fff89d611d9284477eaa1421355713 /share
parentebec1e671937e2e845a75d6c84366322d0b7a289 (diff)
downloadFreeBSD-src-4645738b048934ba7c268c8eaf3269954670a880.zip
FreeBSD-src-4645738b048934ba7c268c8eaf3269954670a880.tar.gz
MFC r329347:
Note that on amd64 pmap_enter(psind = 1) works.
Diffstat (limited to 'share')
-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 85ab4e8..70b912f 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
OpenPOWER on IntegriCloud