K 10 svn:author V 3 alc K 8 svn:date V 27 2012-06-11T00:16:05.162099Z K 7 svn:log V 514 Add PV chunk and list locking to the amd64 pmap, enabling concurrent execution of the following functions on different pmaps: pmap_change_wiring() pmap_copy() pmap_enter() pmap_enter_object() pmap_enter_quick() pmap_page_exists_quick() pmap_page_is_mapped() pmap_protect() pmap_remove() pmap_remove_pages() Still to do are: pmap_clear_modify() pmap_clear_reference() pmap_is_modified() pmap_is_referenced() pmap_page_wired_mappings() pmap_remove_all() pmap_remove_write() pmap_ts_referenced() END