Date: Tue, 9 Apr 2002 09:26:37 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_intr.c Message-ID: <200204091626.g39GQbL01708@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204091626.g39GQbL01708>