CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2013/12/23 18:11:04

Modified files:
        sys/arch/loongson/dev: kb3310.c 
        sys/arch/sparc/dev: be.c 
        sys/kern       : kern_synch.c 

Log message:
get rid of if (timeout_pending()) timeout_del(). this is racy. any
conditionals you did on timeout_pending can now be done on timeout_del
now that it returns what it did.

ok and a very good fix from kettenis@

Reply via email to