K 10 svn:author V 5 tegge K 8 svn:date V 27 2001-10-14T20:47:08.000000Z K 7 svn:log V 341 Fix locking violations during page wiring: - vm map entries are not valid after the map has been unlocked. - An exclusive lock on the map is needed before calling vm_map_simplify_entry(). Fix cleanup after page wiring failure to unwire all pages that had been successfully wired before the failure was detected. Reviewed by: dillon END