summaryrefslogtreecommitdiffstats
path: root/sys/vm/pmap.h
diff options
context:
space:
mode:
authordyson <dyson@FreeBSD.org>1997-08-05 01:32:52 +0000
committerdyson <dyson@FreeBSD.org>1997-08-05 01:32:52 +0000
commit96f688be11c7b4164bed9c1a9974eea4e7cc9f04 (patch)
treeb7ee2ffda96501c4c821e5816ebf97da3ced1455 /sys/vm/pmap.h
parentfd1644cfb421524884f4a6eec283db0f372e0fea (diff)
downloadFreeBSD-src-96f688be11c7b4164bed9c1a9974eea4e7cc9f04.zip
FreeBSD-src-96f688be11c7b4164bed9c1a9974eea4e7cc9f04.tar.gz
Modify pmap to use our new memory allocator. Also, change the vm_map_entry
allocations to be interrupt safe.
Diffstat (limited to 'sys/vm/pmap.h')
-rw-r--r--sys/vm/pmap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/vm/pmap.h b/sys/vm/pmap.h
index fa9c1bf..c27110c 100644
--- a/sys/vm/pmap.h
+++ b/sys/vm/pmap.h
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: pmap.h,v 1.20 1997/04/13 01:48:33 dyson Exp $
+ * $Id: pmap.h,v 1.21 1997/07/17 04:34:02 dyson Exp $
*/
/*
@@ -131,6 +131,7 @@ void pmap_swapout_proc __P((struct proc *p));
void pmap_swapin_proc __P((struct proc *p));
void pmap_activate __P((struct proc *p));
vm_offset_t pmap_addr_hint __P((vm_object_t obj, vm_offset_t addr, vm_size_t size));
+void pmap_init2 __P((void));
#endif /* KERNEL */
OpenPOWER on IntegriCloud