From owner-cvs-all Mon Apr 2 18:39:27 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 8420F37B725; Mon, 2 Apr 2001 18:39:24 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f331dOo56616; Mon, 2 Apr 2001 18:39:24 -0700 (PDT) (envelope-from jhb) Message-Id: <200104030139.f331dOo56616@freefall.freebsd.org> From: John Baldwin Date: Mon, 2 Apr 2001 18:39:24 -0700 (PDT) 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/04/02 18:39:24 PDT Modified files: sys/kern kern_sig.c Log: Change stop() to require the sched_lock as well as p's process lock to avoid silly lock contention on sched_lock since in 2 out of the 3 places that we call stop(), we get sched_lock right after calling it and we were locking sched_lock inside of stop() anyways. Revision Changes Path 1.114 +9 -7 src/sys/kern/kern_sig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message