Date: Fri, 19 Nov 2010 16:52:18 +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: <201011191652.oAJGqVVP063981@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2010-11-19 16:52:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/vm uma_core.c Log: SVN rev 215529 on 2010-11-19 16:52:18Z by jhb MFC 214782: 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. Revision Changes Path 1.153.2.6 +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?201011191652.oAJGqVVP063981>