]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Have pmap_pte() on a 2MB mapped address return the 2MB pde itself
authorPeter Wemm <peter@FreeBSD.org>
Wed, 9 Jul 2003 22:53:45 +0000 (22:53 +0000)
committerPeter Wemm <peter@FreeBSD.org>
Wed, 9 Jul 2003 22:53:45 +0000 (22:53 +0000)
commit436e1f203f56d4c6a3bbdd94d16b522e2879e3b5
tree672784aedccf3072f72af1bbbb506241bcfa70ba
parent6fbddb9816927046fda645f6ae0639d473b63c73
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".
sys/amd64/amd64/pmap.c