From owner-cvs-src-old@FreeBSD.ORG Fri Nov 19 16:52:31 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D65B1065670 for ; Fri, 19 Nov 2010 16:52:31 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 721B08FC1E for ; Fri, 19 Nov 2010 16:52:31 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id oAJGqVrK063982 for ; Fri, 19 Nov 2010 16:52:31 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oAJGqVVP063981 for cvs-src-old@freebsd.org; Fri, 19 Nov 2010 16:52:31 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <201011191652.oAJGqVVP063981@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Fri, 19 Nov 2010 16:52:18 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/vm uma_core.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Nov 2010 16:52:31 -0000 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