K 10 svn:author V 5 tegge K 8 svn:date V 27 2004-08-12T20:14:49.000000Z K 7 svn:log V 246 The vm map lock is needed in vm_fault() after the page has been found, to avoid later changes before pmap_enter() and vm_fault_prefault() has completed. Simplify deadlock avoidance by not blocking on vm map relookup. In collaboration with: alc END