Date: Thu, 28 Aug 2003 16:12:28 -0700 (PDT) From: Alan Cox <alc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha pmap.c Message-ID: <200308282312.h7SNCSMm056364@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2003/08/28 16:12:28 PDT FreeBSD src repository Modified files: sys/alpha/alpha pmap.c Log: 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 Revision Changes Path 1.135 +8 -33 src/sys/alpha/alpha/pmap.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308282312.h7SNCSMm056364>