K 10 svn:author V 3 jhb K 8 svn:date V 27 2007-02-27T19:40:26.000000Z K 7 svn:log V 224 Use pause() in vm_object_deallocate() to yield the CPU to the lock holder rather than a tsleep() on &proc0. The only wakeup on &proc0 is intended to awaken the swapper, not random threads blocked in vm_object_deallocate(). END