cvs commit: src/sys/kern kern_kthread.c

Julian Elischer julian at FreeBSD.org
Fri Oct 26 15:18:21 PDT 2007


julian      2007-10-26 22:18:20 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_kthread.c 
  Log:
  If kthread_exit() is called on the last kthread in a kproc, then
  all the work in kproc_exit must be done.
  We don't actually have a user of this yet but why leave it to chance.
  
  Revision  Changes    Path
  1.42      +6 -0      src/sys/kern/kern_kthread.c


More information about the cvs-all mailing list