summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_object.c
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_object.c
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_object.c')
-rw-r--r--sys/vm/vm_object.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c
index fbc92fc..c213c64 100644
--- a/sys/vm/vm_object.c
+++ b/sys/vm/vm_object.c
@@ -295,6 +295,8 @@ vm_object_init(void)
NULL,
#endif
vm_object_zinit, NULL, UMA_ALIGN_PTR, UMA_ZONE_VM|UMA_ZONE_NOFREE);
+
+ vm_radix_init();
}
void
OpenPOWER on IntegriCloud