Date: Sat, 20 Aug 2005 18:37:34 +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: <200508201837.j7KIbYaX062564@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2005-08-20 18:37:34 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c Log: Introduce pmap_pml4e_to_pdpe() and pmap_pdpe_to_pde() and use them to avoid recomputation of the pml4e and pdpe in pmap_copy(), pmap_protect(), and pmap_remove(). Revision Changes Path 1.523 +28 -12 src/sys/amd64/amd64/pmap.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508201837.j7KIbYaX062564>