summaryrefslogtreecommitdiffstats
path: root/sys/vm
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2017-03-18 05:25:23 +0000
committeralc <alc@FreeBSD.org>2017-03-18 05:25:23 +0000
commit1fd041cad6d1f107b46b6dd1a3316a769c293903 (patch)
tree724170ccd4068707900842313abf8905869720fc /sys/vm
parent6239185906387141be6271e31b4b53a482806f43 (diff)
downloadFreeBSD-src-1fd041cad6d1f107b46b6dd1a3316a769c293903.zip
FreeBSD-src-1fd041cad6d1f107b46b6dd1a3316a769c293903.tar.gz
MFC r309416
Eliminate a stale comment; vm_radix_prealloc() was replaced in r254141.
Diffstat (limited to 'sys/vm')
-rw-r--r--sys/vm/vm_radix.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/vm/vm_radix.c b/sys/vm/vm_radix.c
index 4b173579..80c8bd0 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)
OpenPOWER on IntegriCloud