K 10 svn:author V 3 alc K 8 svn:date V 27 2007-08-30T02:32:04.000000Z K 7 svn:log V 344 MFC revisions 1.375-1.377 Use pmap_enter_object() in vm_map_pmap_enter() to reduce the locking overhead of premapping objects. Note: It was later discovered that this change addresses a race condition that is discussed by vm/vm_fault.c revision 1.216. Specifically, replacing pmap_enter_quick() by pmap_enter_object() addresses the race. END