From owner-cvs-sys Wed Jun 25 16:37:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA20363 for cvs-sys-outgoing; Wed, 25 Jun 1997 16:37:21 -0700 (PDT) Received: from bitbox.follo.net (eivind@bitbox.follo.net [194.198.43.36]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA20263; Wed, 25 Jun 1997 16:34:50 -0700 (PDT) Received: (from eivind@localhost) by bitbox.follo.net (8.8.5/8.7.3) id BAA01877; Thu, 26 Jun 1997 01:34:42 +0200 (MET DST) Date: Thu, 26 Jun 1997 01:34:42 +0200 (MET DST) Message-Id: <199706252334.BAA01877@bitbox.follo.net> From: Eivind Eklund To: Tor Egge CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG In-reply-to: Tor Egge's message of Wed, 25 Jun 1997 13:07:51 -0700 (PDT) Subject: Re: cvs commit: src/sys/i386/i386 pmap.c References: <199706252007.NAA26896@freefall.freebsd.org> Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > tegge 1997/06/25 13:07:51 PDT > > Modified files: > sys/i386/i386 pmap.c > Log: > Allow kernel configuration file to override PMAP_SHPGPERPROC. The default > value (200) is too low in some environments, causing a fatal > "panic: get_pv_entry: cannot get a pv_entry_t". The same panic might > still occur due to temporary shortage of free physical memory > (cf. PR i386/2431). Please merge this to RELENG_2_2 - the same problem occurs there. Thanks, Eivind. (And thanks for the help with this earlier)