K 10 svn:author V 6 cognet K 8 svn:date V 27 2005-03-16T23:56:29.000000Z K 7 svn:log V 270 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. END