K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-04-03T01:39:23.000000Z K 7 svn:log V 263 Change stop() to require the sched_lock as well as p's process lock to avoid silly lock contention on sched_lock since in 2 out of the 3 places that we call stop(), we get sched_lock right after calling it and we were locking sched_lock inside of stop() anyways. END