Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Feb 2018 01:08:32 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r329347 - head/share/man/man9
Message-ID:  <201802160108.w1G18Wv9019631@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Fri Feb 16 01:08:32 2018
New Revision: 329347
URL: https://svnweb.freebsd.org/changeset/base/329347

Log:
  Note that on amd64 pmap_enter(psind = 1) works (since r321378).
  
  Sponsored by:	The FreeBSD Foundation
  MFC after:	3 days

Modified:
  head/share/man/man9/pmap_enter.9

Modified: head/share/man/man9/pmap_enter.9
==============================================================================
--- head/share/man/man9/pmap_enter.9	Fri Feb 16 01:03:08 2018	(r329346)
+++ head/share/man/man9/pmap_enter.9	Fri Feb 16 01:08:32 2018	(r329347)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802160108.w1G18Wv9019631>