summaryrefslogtreecommitdiffstats
path: root/share/man/man9/pmap_init.9
diff options
context:
space:
mode:
authorhmp <hmp@FreeBSD.org>2005-06-10 17:19:27 +0000
committerhmp <hmp@FreeBSD.org>2005-06-10 17:19:27 +0000
commit0f7cdb391666833eaf4f56c6fe6db575a425babd (patch)
tree898477a9f2d98a0039e24a66d1562b2d204a0165 /share/man/man9/pmap_init.9
parent13706d36de135be0742223defcbe35d47057e400 (diff)
downloadFreeBSD-src-0f7cdb391666833eaf4f56c6fe6db575a425babd.zip
FreeBSD-src-0f7cdb391666833eaf4f56c6fe6db575a425babd.tar.gz
Update prototype for function pmap_init(), it no longer has the arguments
phys_start and phys_end. Remove a stale documentation not about dis/uncontiguous memory. Update manual page date while I am around these ends. Reviewed by: alc
Diffstat (limited to 'share/man/man9/pmap_init.9')
-rw-r--r--share/man/man9/pmap_init.912
1 files changed, 2 insertions, 10 deletions
diff --git a/share/man/man9/pmap_init.9 b/share/man/man9/pmap_init.9
index d62783d..1a8d74c 100644
--- a/share/man/man9/pmap_init.9
+++ b/share/man/man9/pmap_init.9
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 21, 2003
+.Dd June 10, 2005
.Dt PMAP_INIT 9
.Os
.Sh NAME
@@ -37,7 +37,7 @@
.In vm/vm.h
.In vm/pmap.h
.Ft void
-.Fn pmap_init "vm_paddr_t phys_start" "vm_paddr_t phys_end"
+.Fn pmap_init "void"
.Ft void
.Fn pmap_init2 "void"
.Sh DESCRIPTION
@@ -53,14 +53,6 @@ to initialize any structures that the
system needs in order to map between physical and virtual memory.
.Pp
The
-.Fn pmap_init
-supports discontiguous physical memory in a fairly consistent way.
-The module will manage the range of physical pages between
-.Fa phys_start
-and
-.Fa phys_end .
-.Pp
-The
.Fn pmap_init2
function initializes a zone for the PV entries.
These are used to implement page sharing at the physical level.
OpenPOWER on IntegriCloud