Eliminate a stale comment; vm_radix_prealloc() was replaced in r254141.

MFC after:	3 days
This commit is contained in:
Alan Cox 2016-12-02 16:29:30 +00:00
parent b30bb755da
commit 8804a2b030

View file

@ -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)