cvs commit: src/sys/dev/fdc fdc.c

Joerg Wunsch joerg at FreeBSD.org
Fri Sep 24 13:28:01 PDT 2004


joerg       2004-09-24 20:28:00 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/fdc          fdc.c 
  Log:
  Protect fdc->flags within the worker thread, too.
  
  Use kthread_exit() instead of falling through the end of the worker
  thread's main function.  Since kthread_exit() wakeup(9)s everyone
  sleeping on the thread handle, drop the superfluous wakeup() call.
  
  Revision  Changes    Path
  1.293     +6 -1      src/sys/dev/fdc/fdc.c


More information about the cvs-src mailing list