cvs commit: src/sys/arm/arm pmap.c
Olivier Houchard
cognet at FreeBSD.org
Wed Mar 16 15:56:30 PST 2005
cognet 2005-03-16 23:56:30 UTC
FreeBSD src repository
Modified files:
sys/arm/arm pmap.c
Log:
Introduce a new function, pmap_wb_page(), which check all userland mappings for
a given page and, if the pmap is the current pmap, write back the associated
cache line.
Use pmap_wb_page in pmap_qenter() instead of inconditionally
write back/invalidating the data cache.
Revision Changes Path
1.26 +10 -1 src/sys/arm/arm/pmap.c
More information about the cvs-src
mailing list