cvs commit: src/sys/arm/arm pmap.c
Olivier Houchard
cognet at FreeBSD.org
Mon Oct 3 07:13:51 PDT 2005
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
More information about the cvs-src
mailing list