From owner-cvs-sys Sun Oct 26 04:36:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA02530 for cvs-sys-outgoing; Sun, 26 Oct 1997 04:36:08 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA02450; Sun, 26 Oct 1997 04:34:24 -0800 (PST) (envelope-from dyson@FreeBSD.org) From: John Dyson Received: (from dyson@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id EAA09824; Sun, 26 Oct 1997 04:33:40 -0800 (PST) Date: Sun, 26 Oct 1997 04:33:40 -0800 (PST) Message-Id: <199710261233.EAA09824@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 pmap.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 1997/10/26 04:33:40 PST Modified files: sys/i386/i386 pmap.c Log: Change the initial amount of memory allocated for pv_entries to be proportional to the amount of system memory. Also, clean-up some of the new pv_entry mgmt code. Revision Changes Path 1.167 +18 -7 src/sys/i386/i386/pmap.c