cvs commit: src/sys/kern subr_taskqueue.c

John Baldwin jhb at FreeBSD.org
Fri Apr 11 17:35:54 UTC 2008


jhb         2008-04-11 17:35:54 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             subr_taskqueue.c 
  Log:
  Use kthread_exit() to terminate a taskqueue thread rather than kproc_exit()
  now that the taskqueue threads are kthreads rather than kprocs.
  
  Reported by:    kris
  
  Revision  Changes    Path
  1.43      +1 -1      src/sys/kern/subr_taskqueue.c


More information about the cvs-src mailing list