cvs commit: src/sys/kern kern_fork.c

John Baldwin jhb at FreeBSD.org
Mon Feb 6 13:54:49 PST 2006


jhb         2006-02-06 21:54:48 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_fork.c 
  Log:
  We don't need the proc lock to check P_KTHREAD on curthread since it is
  only set before the kthread starts executing and is never cleared.
  
  Revision  Changes    Path
  1.256     +1 -4      src/sys/kern/kern_fork.c


More information about the cvs-src mailing list