scottl 2006-01-11 00:37:13 UTC FreeBSD src repository Modified files: sys/kern subr_taskqueue.c Log: The interlock in taskqueue_terminate() is completely wrong for taskqueues that use spinlocks. Remove it for now. Revision Changes Path 1.33 +1 -5 src/sys/kern/subr_taskqueue.c