Date: Sat, 23 Aug 2008 01:35:36 +0000 (UTC) From: Nathan Whitehorn <nwhitehorn@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm uma_core.c Message-ID: <200808230135.m7N1ZcTh094684@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
nwhitehorn 2008-08-23 01:35:36 UTC FreeBSD src repository Modified files: sys/vm uma_core.c Log: SVN rev 182028 on 2008-08-23 01:35:36Z by nwhitehorn Allow the MD UMA allocator to use VM routines like kmem_*(). Existing code requires MD allocator to be available early in the boot process, before the VM is fully available. This defines a new VM define (UMA_MD_SMALL_ALLOC_NEEDS_VM) that allows an MD UMA small allocator to become available at the same time as the default UMA allocator. Approved by: marcel (mentor) Revision Changes Path 1.150 +1 -1 src/sys/vm/uma_core.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808230135.m7N1ZcTh094684>