> jake        2001/02/10 12:33:35 PST
> 
>   Modified files:
>     sys/alpha/alpha      trap.c 
>     sys/i386/i386        trap.c 
>   Log:
>   Clear the reschedule flag after finding it set in userret().  This
>   used to be in cpu_switch(), but I don't see any difference between
>   doing it here.
>   
>   Revision  Changes    Path
>   1.45      +2 -1      src/sys/alpha/alpha/trap.c
>   1.174     +2 -1      src/sys/i386/i386/trap.c
> 
> 

This fixes -current on my machines (i386 UP and SMP).

Should be in the clear now.  asmodia has seen a lock reversal between
the process lock and uidinfo lock, but I can't reproduce it.  You
probably want to remove the kernel option WITNESS_DDB if you have it
it enabled.



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to