K 10 svn:author V 3 alc K 8 svn:date V 27 2012-10-07T18:07:45.549461Z K 7 svn:log V 253 Optimize the TLB invalidations performed by pmap_protect(). Use the new range-based invalidation function instead of performing per-page invalidations. Don't bother invalidating mappings that don't have PTE_D set, since they don't allow write access. END