]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't lock the ithread lock in ithread_create(). The ithread isn't on any
authorjhb <jhb@FreeBSD.org>
Tue, 9 Apr 2002 16:26:37 +0000 (16:26 +0000)
committerjhb <jhb@FreeBSD.org>
Tue, 9 Apr 2002 16:26:37 +0000 (16:26 +0000)
commitf7c4d57b64cbce374e4199fb9ea780392ccaa989
tree2b40b66dbb5e2ee21668cc70a63f6c7d71709123
parenta90e28ebbb699c856787836be56197be575fad47
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.
sys/kern/kern_intr.c