Date: Thu, 17 Apr 2003 15:31:54 -0700 (PDT) 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 sys_process.c Message-ID: <200304172231.h3HMVslM078428@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304172231.h3HMVslM078428>