K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-05-04T16:13:28.000000Z K 7 svn:log V 333 Don't hold the process mutex across calls to FREE() since the vm system uses lockmgr locks and this leads to a lock order reversal. At this point in wait1() the process is not on any process lists or in the process tree, so no other process should be able to find it or have a reference to it anyways, so the locking is not needed. END