Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Sep 2004 01:31:26 +0000 (UTC)
From:      Scott Long <scottl@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/include pmap.h src/sys/amd64/include pmap.h
Message-ID:  <200409110131.i8B1VQLd076558@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
  
  Revision  Changes    Path
  1.123     +2 -1      src/sys/amd64/include/pmap.h
  1.113     +3 -2      src/sys/i386/include/pmap.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409110131.i8B1VQLd076558>