Date: Sun, 16 May 2004 13:44:42 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/amd64/amd64 pmap.c src/sys/amd64/include pmap.h Message-ID: <200405162044.i4GKigCb008858@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2004/05/16 13:44:41 PDT FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c sys/amd64/include pmap.h Log: For consistency with i386, have pmap_kenter_temporary() take a vm_paddr_t argument. It is actually the same type on amd64 (vm_paddr_t = vm_offset_t) but this reduces the i386<->amd64 diffs a little. Revision Changes Path 1.458 +1 -1 src/sys/amd64/amd64/pmap.c 1.115 +1 -1 src/sys/amd64/include/pmap.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405162044.i4GKigCb008858>