summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_kern.h
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1997-02-13 19:37:40 +0000
committerwollman <wollman@FreeBSD.org>1997-02-13 19:37:40 +0000
commitcb442e2038f193d705318960fc919a03900c52d3 (patch)
tree99ed2ade0e822ace11ce4f53784815ac7cb9753e /sys/vm/vm_kern.h
parent7dfa42b35f6724f20741453d39ed365cfefd9272 (diff)
downloadFreeBSD-src-cb442e2038f193d705318960fc919a03900c52d3.zip
FreeBSD-src-cb442e2038f193d705318960fc919a03900c52d3.tar.gz
Provide an alternative interface to contigmalloc() which allows a specific
map to be used when allocating the kernel va (e.g., mb_map). The VM gurus may want to look this over.
Diffstat (limited to 'sys/vm/vm_kern.h')
-rw-r--r--sys/vm/vm_kern.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/vm/vm_kern.h b/sys/vm/vm_kern.h
index 32f924b..7ae0b0a 100644
--- a/sys/vm/vm_kern.h
+++ b/sys/vm/vm_kern.h
@@ -81,5 +81,8 @@ extern vm_map_t exech_map;
extern vm_map_t u_map;
extern vm_offset_t kernel_vm_end;
+/* XXX - elsewhere? */
+extern void *contigmalloc1(u_long, int, int, u_long, u_long, u_long, u_long,
+ vm_map_t);
#endif /* _VM_VM_KERN_H_ */
OpenPOWER on IntegriCloud