From owner-cvs-all Fri Jan 19 0:23:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E16FC37B401; Fri, 19 Jan 2001 00:23:23 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0J8NNk85600; Fri, 19 Jan 2001 00:23:23 -0800 (PST) (envelope-from jhb) Message-Id: <200101190823.f0J8NNk85600@freefall.freebsd.org> From: John Baldwin Date: Fri, 19 Jan 2001 00:23:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_sig.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/19 00:23:23 PST Modified files: sys/kern kern_sig.c Log: Revert revision 1.102. I don't think p_nice needs to be protected with sched_lock, and I'm fairly certain P_TRACED will be protected with the proc lock instead. Pointed out indirectly by: bde Revision Changes Path 1.104 +1 -3 src/sys/kern/kern_sig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message