summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2006-04-03 21:17:36 +0000
committerpeter <peter@FreeBSD.org>2006-04-03 21:17:36 +0000
commit3be39fdbda315b35fd61c5da6548b6d372a27c20 (patch)
tree29857bce9159159deba77331691f6e03a521df6b /share
parent0f363b7d24838f1bdd9ac2da90c072a203e05b34 (diff)
downloadFreeBSD-src-3be39fdbda315b35fd61c5da6548b6d372a27c20.zip
FreeBSD-src-3be39fdbda315b35fd61c5da6548b6d372a27c20.tar.gz
Update pmap_remove_pages(9) doc.
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/pmap_remove.910
1 files changed, 3 insertions, 7 deletions
diff --git a/share/man/man9/pmap_remove.9 b/share/man/man9/pmap_remove.9
index 1c377dc..12664dc 100644
--- a/share/man/man9/pmap_remove.9
+++ b/share/man/man9/pmap_remove.9
@@ -42,7 +42,7 @@
.Ft void
.Fn pmap_remove_all "vm_page_t m"
.Ft void
-.Fn pmap_remove_pages "pmap_t pmap" "vm_offset_t sva" "vm_offset_t eva"
+.Fn pmap_remove_pages "pmap_t pmap"
.Sh DESCRIPTION
The
.Fn pmap_remove
@@ -72,12 +72,8 @@ bits to the appropriate pager.
.Pp
The
.Fn pmap_remove_pages
-function removes all pages from the physical map
-.Fa pmap ,
-within the range of physical addresses bounded by
-.Fa sva
-and
-.Fa eva .
+function removes all user pages from the physical map
+.Fa pmap .
This function is called when a process exits to run down its address space
more quickly than would be the case for calling
.Fn pmap_remove .
OpenPOWER on IntegriCloud