Date: Thu, 4 Nov 2010 15:33:50 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/vm uma_core.c Message-ID: <201011042111.oA4LBBCg021761@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2010-11-04 15:33:50 UTC FreeBSD src repository Modified files: sys/vm uma_core.c Log: SVN rev 214782 on 2010-11-04 15:33:50Z by jhb Update startup_alloc() to support multi-page allocations and allow internal zones whose objects are larger than a page to use startup_alloc(). This allows allocation of zone objects during early boot on machines with a large number of CPUs since the resulting zone objects are larger than a page. Submitted by: trema Reviewed by: attilio MFC after: 1 week Revision Changes Path 1.166 +29 -8 src/sys/vm/uma_core.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011042111.oA4LBBCg021761>