From owner-cvs-all Tue Apr 9 9:26:42 2002 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 CED4937B400; Tue, 9 Apr 2002 09:26:37 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g39GQbL01708; Tue, 9 Apr 2002 09:26:37 -0700 (PDT) (envelope-from jhb) Message-Id: <200204091626.g39GQbL01708@freefall.freebsd.org> From: John Baldwin Date: Tue, 9 Apr 2002 09:26:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_intr.c X-FreeBSD-CVS-Branch: HEAD 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 jhb 2002/04/09 09:26:37 PDT Modified files: sys/kern kern_intr.c Log: Don't lock the ithread lock in ithread_create(). The ithread isn't on any lists or in any tables yet so there are no other references to it, thus we don't need to lock it. Revision Changes Path 1.73 +0 -2 src/sys/kern/kern_intr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message