Date: Thu, 2 Dec 2004 04:06:41 +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: <200412020406.iB246fNL041331@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2004-12-02 04:06:41 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c Log: For efficiency eliminate the call to pmap_pte() from pmap_protect()'s and pmap_remove()'s inner loop. Instead, call pmap_pde_to_pte(), a new function, prior to the inner loop. Reviewed by: peter@, tegge@ Revision Changes Path 1.510 +18 -14 src/sys/amd64/amd64/pmap.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412020406.iB246fNL041331>