Date: Sat, 2 Oct 2004 07:34:58 +0000 (UTC) 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 src/sys/amd64/amd64 pmap.c src/sys/i386/i386 pmap.c src/sys/ia64/ia64 pmap.c Message-ID: <200410020734.i927YwJp075446@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2004-10-02 07:34:58 UTC
FreeBSD src repository
Modified files:
sys/alpha/alpha pmap.c
sys/amd64/amd64 pmap.c
sys/i386/i386 pmap.c
sys/ia64/ia64 pmap.c
Log:
Eliminate unnecessary uses of PHYS_TO_VM_PAGE() from pmap_enter(). These
uses predate the change in the pmap_enter() interface that replaced the
page's physical address by the address of its vm_page structure. The
PHYS_TO_VM_PAGE() was being used to compute the address of the same vm_page
structure that was being passed in.
Revision Changes Path
1.172 +2 -5 src/sys/alpha/alpha/pmap.c
1.505 +2 -5 src/sys/amd64/amd64/pmap.c
1.510 +2 -5 src/sys/i386/i386/pmap.c
1.152 +2 -5 src/sys/ia64/ia64/pmap.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410020734.i927YwJp075446>
