cvs commit: src/sys/amd64/amd64 pmap.c
Peter Wemm
peter at FreeBSD.org
Wed Jul 9 15:53:47 PDT 2003
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
More information about the cvs-all
mailing list