K 10 svn:author V 3 alc K 8 svn:date V 27 2003-08-28T23:12:28.000000Z K 7 svn:log V 303 Eliminate the direct uses of vm_page_lookup() on the pte object. Instead, apply PHYS_TO_VM_PAGE() to the physical address obtained from the page table. (This is based upon similar changes made to the amd64 and i386 pmaps and a part of a long-term campaign to eliminate pte objects.) Tested by: wilko END