aboutsummaryrefslogtreecommitdiff
path: root/sys/vm
diff options
context:
space:
mode:
authorAlan Cox <alc@FreeBSD.org>2002-11-11 05:17:34 +0000
committerAlan Cox <alc@FreeBSD.org>2002-11-11 05:17:34 +0000
commit6372d61e3ef515e6306b819bcfbfa0f6cd7591d8 (patch)
tree8d89b7506498433c395030fe085076705f8a6df2 /sys/vm
parentcd5a1c3b7605e4caa4fdd1a3062041a534fd7ee0 (diff)
Notes
Diffstat (limited to 'sys/vm')
-rw-r--r--sys/vm/pmap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/vm/pmap.h b/sys/vm/pmap.h
index 69e7122b8089e..1511e4ad6263e 100644
--- a/sys/vm/pmap.h
+++ b/sys/vm/pmap.h
@@ -122,6 +122,7 @@ void pmap_qenter(vm_offset_t, vm_page_t *, int);
void pmap_qremove(vm_offset_t, int);
void pmap_release(pmap_t);
void pmap_remove(pmap_t, vm_offset_t, vm_offset_t);
+void pmap_remove_all(vm_page_t m);
void pmap_remove_pages(pmap_t, vm_offset_t, vm_offset_t);
void pmap_zero_page(vm_page_t);
void pmap_zero_page_area(vm_page_t, int off, int size);