jhb         2006-02-23 19:13:13 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_timeout.c 
  Log:
  Use the recently added msleep_spin() function to simplify the
  callout_drain() logic.  We no longer need a separate non-spin mutex to
  do sleep/wakeup with, instead we can now just use the one spin mutex to
  manage all the callout functionality.
  
  Revision  Changes    Path
  1.101     +41 -56    src/sys/kern/kern_timeout.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to