From: Stuart M. <Stu...@st...> - 2001-07-17 14:02:45
|
Folks Attached is a small patch which fixes some problems we've been having. The problem we were seeing was that if a thread yield'ed, and the new thread which was selected had never run before, then the yield flag on the previous thread was never cleared, so it never got rescheduled. While I was at it I also added a missing call into syscall_trace for the newly created task. Any problems, let me know Stuart |