Date: Sat, 4 Dec 2004 22:02:31 +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/amd64/amd64 pmap.c Message-ID: <200412042202.iB4M2VmG097979@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2004-12-04 22:02:31 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c Log: Replace (inlined) pmap_pte() calls with smaller, faster code where possible, such as the inner loop of pmap_copy(). Remove two comments that apply to i386 but not amd64. Revision Changes Path 1.511 +7 -7 src/sys/amd64/amd64/pmap.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412042202.iB4M2VmG097979>