Date: Mon, 3 Oct 2005 14:13:50 +0000 (UTC) From: Olivier Houchard <cognet@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/arm/arm pmap.c Message-ID: <200510031413.j93EDo6q085914@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
cognet 2005-10-03 14:13:50 UTC FreeBSD src repository Modified files: sys/arm/arm pmap.c Log: - Provide the kernel l1pt physical address, for userland. - Use the new API for pmap_copy_page() and pmap_zero_page(). - Just write-back the pages in pmap_qenter(), and invalidate it in pmap_qremove(). - Nuke the cache flushing in pmap_enter_quick(), it's not needed anymore. Revision Changes Path 1.38 +54 -13 src/sys/arm/arm/pmap.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510031413.j93EDo6q085914>