From owner-cvs-all Tue Jul 30 18: 0:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B452337B400; Tue, 30 Jul 2002 18:00:15 -0700 (PDT) Received: from sccrmhc01.attbi.com (sccrmhc01.attbi.com [204.127.202.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD7D943E65; Tue, 30 Jul 2002 18:00:14 -0700 (PDT) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org ([12.232.206.8]) by sccrmhc01.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020731010014.BRUB23732.sccrmhc01.attbi.com@InterJet.elischer.org>; Wed, 31 Jul 2002 01:00:14 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id RAA36199; Tue, 30 Jul 2002 17:52:46 -0700 (PDT) Date: Tue, 30 Jul 2002 17:52:44 -0700 (PDT) From: Julian Elischer To: John Baldwin Cc: Julian Elischer , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: RE: cvs commit: src/sys/kern kern_sig.c In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 30 Jul 2002, John Baldwin wrote: > > On 30-Jul-2002 Julian Elischer wrote: > > julian 2002/07/30 14:13:48 PDT > > > > Modified files: > > sys/kern kern_sig.c > > Log: > > Don't need to hold schedlock specifically for stop() ans it calls wakeup() > > that locks it anyhow. > > > > Reviewed by: jhb@freebsd.org > > Well, the original reason wasn't for wakeup, but p_stat being set to SSTOP. I was just trying to say that as p_stat is now marked (c) (PROC lock), the only possible other conflict could be in wakeup() but that already locks for itself.. > -- > > John Baldwin <>< http://www.FreeBSD.org/~jhb/ > "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message