mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Eliminate a stale comment; vm_radix_prealloc() was replaced in r254141.
MFC after: 3 days
This commit is contained in:
parent
b30bb755da
commit
8804a2b030
1 changed files with 0 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue