K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-01-20T02:04:44.000000Z K 7 svn:log V 258 Be more careful with sched_lock in the SIGINFO handler. Specifically, do not hold sched_lock while calling ttyprintf(). If we are on a serial console, then ttyprintf() will end up getting the sio lock, resulting in a lock order violation. Noticed by: des END