K 10 svn:author V 3 jhb K 8 svn:date V 27 2004-02-27T18:39:09.000000Z K 7 svn:log V 256 Drop sched_lock around the wakeup of the parent process after setting the process state to zombie when a process exits to avoid a lock order reversal with the sleepqueue locks. This appears to be the only place that we call wakeup() with sched_lock held. END