From 8804a2b030fbe123a510e07cc1639b8de61ffeaa Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Fri, 2 Dec 2016 16:29:30 +0000 Subject: [PATCH] Eliminate a stale comment; vm_radix_prealloc() was replaced in r254141. MFC after: 3 days --- sys/vm/vm_radix.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/vm/vm_radix.c b/sys/vm/vm_radix.c index 14f2f6e38ce..be7b2e85132 100644 --- a/sys/vm/vm_radix.c +++ b/sys/vm/vm_radix.c @@ -308,8 +308,6 @@ SYSINIT(vm_radix_reserve_kva, SI_SUB_KMEM, SI_ORDER_THIRD, /* * Initialize the UMA slab zone. - * Until vm_radix_prealloc() is called, the zone will be served by the - * UMA boot-time pre-allocated pool of pages. */ void vm_radix_init(void)