On Friday 12 November 2010 10:06:10 you wrote: > - queue->tq_running = NULL;
forgot this check:
/* don't clear if queued again */
if (task->ta_entry.tqe_prev == (void *)1)
> + task->ta_entry.tqe_prev = (void *)0;
> wakeup(task);
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[email protected]"
