svn commit: r309416 - head/sys/vm
Alan Cox
alc at FreeBSD.org
Fri Dec 2 16:29:31 UTC 2016
Author: alc
Date: Fri Dec 2 16:29:30 2016
New Revision: 309416
URL: https://svnweb.freebsd.org/changeset/base/309416
Log:
Eliminate a stale comment; vm_radix_prealloc() was replaced in r254141.
MFC after: 3 days
Modified:
head/sys/vm/vm_radix.c
Modified: head/sys/vm/vm_radix.c
==============================================================================
--- head/sys/vm/vm_radix.c Fri Dec 2 16:28:18 2016 (r309415)
+++ head/sys/vm/vm_radix.c Fri Dec 2 16:29:30 2016 (r309416)
@@ -308,8 +308,6 @@ SYSINIT(vm_radix_reserve_kva, SI_SUB_KME
/*
* 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)
More information about the svn-src-all
mailing list