From owner-cvs-all Sat Jun 29 2:44: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C533A37B400; Sat, 29 Jun 2002 02:43:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76B5F43E0A; Sat, 29 Jun 2002 02:43:59 -0700 (PDT) (envelope-from benno@FreeBSD.org) Received: from freefall.freebsd.org (benno@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5T9hxJU046684; Sat, 29 Jun 2002 02:43:59 -0700 (PDT) (envelope-from benno@freefall.freebsd.org) Received: (from benno@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5T9hxe6046683; Sat, 29 Jun 2002 02:43:59 -0700 (PDT) Message-Id: <200206290943.g5T9hxe6046683@freefall.freebsd.org> From: Benno Rice Date: Sat, 29 Jun 2002 02:43:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/powerpc/powerpc pmap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG benno 2002/06/29 02:43:59 PDT Modified files: sys/powerpc/powerpc pmap.c Log: - Initialise battable to cover I/O spaces. - Statically size the bpvo entries to avoid conflicts between bpvo allocation and the vm allocator. - Shift pmap_init2 code into pmap_init. - Add UMA_ZONE_VM flag to uma_zcreate. Submitted by: Peter Grehan Revision Changes Path 1.38 +56 -20 src/sys/powerpc/powerpc/pmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message