svn commit: r315472 - stable/11/sys/vm

Alan Cox alc at FreeBSD.org
Sat Mar 18 05:25:24 UTC 2017


Author: alc
Date: Sat Mar 18 05:25:23 2017
New Revision: 315472
URL: https://svnweb.freebsd.org/changeset/base/315472

Log:
  MFC r309416
    Eliminate a stale comment; vm_radix_prealloc() was replaced in r254141.

Modified:
  stable/11/sys/vm/vm_radix.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/vm/vm_radix.c
==============================================================================
--- stable/11/sys/vm/vm_radix.c	Sat Mar 18 03:55:29 2017	(r315471)
+++ stable/11/sys/vm/vm_radix.c	Sat Mar 18 05:25:23 2017	(r315472)
@@ -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