K 10 svn:author V 10 nwhitehorn K 8 svn:date V 27 2012-04-26T14:00:29.208831Z K 7 svn:log V 246 MFC r234579: Avoid a lock order reversal in pmap_extract_and_hold() from relocking the page. This PMAP requires an additional lock besides the PMAP lock in pmap_extract_and_hold(), which vm_page_pa_tryrelock() did not release. Suggested by: kib END