K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-11-16T01:07:19.000000Z K 7 svn:log V 274 CURSIG() calls functions that acquire sleep mutexes, so it is not a good idea to be holding the sched_lock while we are calling it. As such, release sched_lock before calling CURSIG() in msleep() and mawait() and reacquire it after CURSIG() returns. Submitted by: witness END