Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jul 2003 15:53: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:  <200307092253.h69Mrj4d019368@repoman.freebsd.org>

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

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      pmap.c 
  Log:
  Have pmap_pte() on a 2MB mapped address return the 2MB pde itself
  rather than a non-existing pte.  There is code elsewhere in i386/amd64
  pmap that neglects to handle the large page cases because it knows that
  it will see PG_PS in the returned "pte".
  
  Revision  Changes    Path
  1.421     +2 -0      src/sys/amd64/amd64/pmap.c



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