Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Apr 2008 17:35:54 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern subr_taskqueue.c
Message-ID:  <200804111735.m3BHZsRr055632@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804111735.m3BHZsRr055632>