svn commit: r329560 - stable/11/share/man/man9
Konstantin Belousov
kib at FreeBSD.org
Mon Feb 19 10:59:20 UTC 2018
Author: kib
Date: Mon Feb 19 10:59:19 2018
New Revision: 329560
URL: https://svnweb.freebsd.org/changeset/base/329560
Log:
MFC r329347:
Note that on amd64 pmap_enter(psind = 1) works.
Modified:
stable/11/share/man/man9/pmap_enter.9
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/share/man/man9/pmap_enter.9
==============================================================================
--- stable/11/share/man/man9/pmap_enter.9 Mon Feb 19 10:34:30 2018 (r329559)
+++ stable/11/share/man/man9/pmap_enter.9 Mon Feb 19 10:59:19 2018 (r329560)
@@ -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
More information about the svn-src-stable-11
mailing list