K 10 svn:author V 3 alc K 8 svn:date V 27 2019-11-10T05:22:01.275596Z K 7 svn:log V 343 Eliminate a redundant pmap_load() from pmap_remove_pages(). There is no reason why the pmap_invalidate_all() in pmap_remove_pages() must be performed before the final PV list lock release. Move it past the lock release. Eliminate a stale comment from pmap_page_test_mappings(). We implemented a modified bit in r350004. MFC after: 1 week END