Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jul 2003 15:59:45 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/amd64/amd64 pmap.c
Message-ID:  <200307092259.h69MxjaE020135@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2003/07/09 15:59:45 PDT

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      pmap.c 
  Log:
  Fix up bogus index/offset/mask calculations in the allocpte and the
  corresponding release code.  This was preventing the use of more than
  1/2TB of user VM.  I also spent a week staring at this code only to
  eventually find that I'd mistakenly typed a P as an R.
  
  Revision  Changes    Path
  1.423     +16 -9     src/sys/amd64/amd64/pmap.c



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