K 10 svn:author V 3 alc K 8 svn:date V 27 2012-06-21T16:37:36.333256Z K 7 svn:log V 325 Update the PV stats in free_pv_entry() using atomics. After which, it is no longer necessary for free_pv_entry() to be serialized by the pvh global lock. Retire pmap_insert_entry() and pmap_remove_entry(). Once upon a time, these functions were called from multiple places within the pmap. Now, each has only one caller. END