K 10 svn:author V 4 jeff K 8 svn:date V 27 2007-10-08T23:37:28.000000Z K 7 svn:log V 361 - Fix ULE in kernels without PREEMPTION compiled in by always enabling the critical_exit() owepreempt check. ULE will always use owepreempt to preempt the idle thread. This change does not effect 4BSD since it will never set owepreempt without PREEMPTION enabled. - Remove some unused code from choosethread(). Discussed with: jhb Approved by: re END