From owner-cvs-sys Sat Apr 12 20:35:33 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA13125 for cvs-sys-outgoing; Sat, 12 Apr 1997 20:35:33 -0700 (PDT) Received: (from dyson@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA13118; Sat, 12 Apr 1997 20:35:32 -0700 (PDT) Date: Sat, 12 Apr 1997 20:35:32 -0700 (PDT) From: John Dyson Message-Id: <199704130335.UAA13118@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 pmap.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 97/04/12 20:35:31 Modified: sys/i386/i386 pmap.c Log: The pmap code was too generous in the allocation of kva space for the pv entries. This problem has become obvious due to the increase in the size of the pv entries. We need to create a more intelligent policy for pv entry management eventually. Submitted by: David Greenman Revision Changes Path 1.141 +12 -6 src/sys/i386/i386/pmap.c