summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_radix.h
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2013-03-04 00:07:23 +0000
committerattilio <attilio@FreeBSD.org>2013-03-04 00:07:23 +0000
commit60e39c95b89e361351e736c1891b30921688fd87 (patch)
treeaef469c57fb1b781235c7fe378ac777c394451a3 /sys/vm/vm_radix.h
parentf661d6e5222fc7729b0001058730c72399fe1475 (diff)
downloadFreeBSD-src-60e39c95b89e361351e736c1891b30921688fd87.zip
FreeBSD-src-60e39c95b89e361351e736c1891b30921688fd87.tar.gz
Remove the boot-time cache support and rely on UMA boot-time slab cache
for allocating the nodes before to have the possibility to carve directly from the UMA subsystem. Sponsored by: EMC / Isilon storage division Reviewed by: alc
Diffstat (limited to 'sys/vm/vm_radix.h')
-rw-r--r--sys/vm/vm_radix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/vm/vm_radix.h b/sys/vm/vm_radix.h
index bd00537..ff8d16d 100644
--- a/sys/vm/vm_radix.h
+++ b/sys/vm/vm_radix.h
@@ -34,6 +34,7 @@
#ifdef _KERNEL
+void vm_radix_init(void);
void vm_radix_insert(struct vm_radix *rtree, vm_pindex_t index,
vm_page_t page);
vm_page_t vm_radix_lookup(struct vm_radix *rtree, vm_pindex_t index);
OpenPOWER on IntegriCloud