Date: Fri, 2 Dec 2016 16:29:30 +0000 (UTC) From: Alan Cox <alc@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r309416 - head/sys/vm Message-ID: <201612021629.uB2GTUCZ004976@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612021629.uB2GTUCZ004976>