From owner-cvs-src@FreeBSD.ORG Sat Sep 11 03:46:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49DBF16A4CE; Sat, 11 Sep 2004 03:46:22 +0000 (GMT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2087443D3F; Sat, 11 Sep 2004 03:46:22 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) i8B3kLr6070976; Fri, 10 Sep 2004 20:46:21 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)i8B3kLVB070975; Fri, 10 Sep 2004 20:46:21 -0700 (PDT) (envelope-from sgk) Date: Fri, 10 Sep 2004 20:46:21 -0700 From: Steve Kargl To: Scott Long Message-ID: <20040911034621.GA70947@troutmask.apl.washington.edu> References: <200409110131.i8B1VQLd076558@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200409110131.i8B1VQLd076558@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/include pmap.h src/sys/amd64/include pmap.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Sep 2004 03:46:22 -0000 On Sat, Sep 11, 2004 at 01:31:26AM +0000, Scott Long wrote: > scottl 2004-09-11 01:31:26 UTC > > FreeBSD src repository > > Modified files: > sys/i386/include pmap.h > sys/amd64/include pmap.h > Log: > Double the number of kernel page tables for amd64 and for i386/PAE. The old > value was only enough for 8GB of RAM, the new value can do 16GB. This still > isn't optimal since it doesn't scale. Fixing this for amd64 looks to be > fairly easy, but for i386 will be quite difficult. > > Reviewed by: peter > Does this fix the panic in http://lists.freebsd.org/pipermail/freebsd-current/2004-August/035172.html -- Steve