K 10 svn:author V 5 peter K 8 svn:date V 27 2003-07-09T22:53:45.000000Z K 7 svn:log V 250 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". END