K 10 svn:author V 4 neel K 8 svn:date V 27 2010-04-14T01:57:53.846564Z K 7 svn:log V 248 Destroy the pmap 'pm_mutex' in pmap_release() otherwise we will panic subsequently in pmap_pinit() with the following signature: panic: lock "pmap" 0xc7878bc8 already initialized This bug was uncovered by the changes made to vm_map.c in r206140. END