cvs commit: src/sys/kern kern_kthread.c

John Baldwin jhb at FreeBSD.org
Wed Feb 22 09:21:45 PST 2006


jhb         2006-02-22 17:21:45 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_kthread.c 
  Log:
  Don't do a PHOLD() in kthread_create() w/o a matching PRELE() in
  kthread_exit().  Rather than add the missing PRELE() I chose to just
  axe the PHOLD() since it was redundant with the P_SYSTEM flag.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.36      +0 -1      src/sys/kern/kern_kthread.c


More information about the cvs-src mailing list