Re: KSE / interrupt panic (patch)

2002-06-30 Thread David Xu
Now let me describe where the race is: Thread A: | Thread B: cv_timedwait() | softclock() | cv_timedwait_end()

Re: KSE / interrupt panic (patch)

2002-06-30 Thread Julian Elischer
thanks.. I was aware of he race but it looks as if I miscaldulated it somehow.. I will look at the source again and confirm your patch. As you say, msleep() is of the same form and has the same problems. On Mon, 1 Jul 2002, David Xu wrote: Now let me describe where the race is: Thread A: