Note that on amd64 pmap_enter(psind = 1) works (since r321378).
Sponsored by: The FreeBSD Foundation MFC after: 3 days
This commit is contained in:
parent
6f4a47613b
commit
2c64e2664b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user