K 10 svn:author V 6 bryanv K 8 svn:date V 27 2012-12-14T05:27:56.915607Z K 7 svn:log V 330 virtio: Start taskqueues threads after attach cannot fail If virtio_setup_intr() failed during boot, we would hang in taskqueue_free() -> taskqueue_terminate() for all the taskq threads to terminate. This will never happen since the scheduler is not running by this point. Reported by: neel, grehan Approved by: grehan (mentor) END