From owner-cvs-src-old@FreeBSD.ORG Sun Feb 21 22:23:29 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 B63D7106566C for ; Sun, 21 Feb 2010 22:23:29 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 896118FC08 for ; Sun, 21 Feb 2010 22:23:29 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o1LMNTxo062021 for ; Sun, 21 Feb 2010 22:23:29 GMT (envelope-from alc@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o1LMNTGv062020 for cvs-src-old@freebsd.org; Sun, 21 Feb 2010 22:23:29 GMT (envelope-from alc@repoman.freebsd.org) Message-Id: <201002212223.o1LMNTGv062020@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to alc@repoman.freebsd.org using -f From: Alan Cox Date: Sun, 21 Feb 2010 22:23:13 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_init.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: Sun, 21 Feb 2010 22:23:29 -0000 alc 2010-02-21 22:23:13 UTC FreeBSD src repository Modified files: sys/vm vm_init.c Log: SVN rev 204181 on 2010-02-21 22:23:13Z by alc Align the start of the clean submap to a superpage boundary. Although no superpage mappings are created within the clean submap, aligning the start of the clean submap helps to prevent interference with kmem_alloc()'s use of superpages. Revision Changes Path 1.50 +1 -1 src/sys/vm/vm_init.c