Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Mar 2017 05:25:23 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r315472 - stable/11/sys/vm
Message-ID:  <201703180525.v2I5PNmX047097@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703180525.v2I5PNmX047097>