alc 2003/08/15 20:11:33 PDT FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c Log: Eliminate pmap_page_lookup() and its uses. Instead, use PHYS_TO_VM_PAGE() to convert the pte's physical address into a vm page. Reviewed by: peter Revision Changes Path 1.431 +4 -40 src/sys/amd64/amd64/pmap.c