K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-11-16T21:20:52.000000Z K 7 svn:log V 272 The recent changes to msleep() and mawait() resulted in timeout() and untimeout() not being called with Giant in those functions. For now, use the sched_lock to protect the callout wheel in softclock() and in the various timeout and callout functions. Noticed by: tegge END