K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-10-25T00:04:16.000000Z K 7 svn:log V 310 - Catch a machine/mutex.h -> sys/mutex.h I somehow missed. - Close a small race condition. The sched_lock mutex protects p->p_stat as well as the run queues. Another CPU could change p_stat of the process while we are waiting for the lock, and we would end up scheduling a process that isn't runnable. END