Index: sched_ule.c =================================================================== RCS file: /home/ncvs/src/sys/kern/sched_ule.c,v retrieving revision 1.209 diff -u -r1.209 sched_ule.c --- sched_ule.c 24 Sep 2007 00:28:54 -0000 1.209 +++ sched_ule.c 2 Oct 2007 07:59:50 -0000 @@ -2502,8 +2502,10 @@ sched_relinquish(struct thread *td) { thread_lock(td); +#if 0 if (td->td_pri_class == PRI_TIMESHARE) sched_prio(td, PRI_MAX_TIMESHARE); +#endif SCHED_STAT_INC(switch_relinquish); mi_switch(SW_VOL, NULL); thread_unlock(td);