cvs commit: src/sys/kern sys_process.c

John Baldwin jhb at FreeBSD.org
Thu Apr 17 15:31:56 PDT 2003


jhb         2003/04/17 15:31:54 PDT

  FreeBSD src repository

  Modified files:
    sys/kern             sys_process.c 
  Log:
  The sched_lock is not needed while clearing two of the P_STOPPED bits in
  p_flag.  Also, the proc lock can't be recursed, so simplify an older proc
  lock assertion.
  
  Revision  Changes    Path
  1.106     +2 -3      src/sys/kern/sys_process.c


More information about the cvs-src mailing list