K 10 svn:author V 3 jhb K 8 svn:date V 27 2010-12-14T21:33:17.167159Z K 7 svn:log V 393 When the per-queueset transmit kthread is idle, do not pass a sleep priority of '1' to tsleep(). This caused the priority of this kthread to be raised higher than every other thread in the system. Instead, leave the priority of the kthread at its existing level. This is a direct commit to stable/7 as this code is no longer present in 8.x and later. Reviewed by: np Approved by: re (kib) END