K 10 svn:author V 4 jeff K 8 svn:date V 27 2007-07-19T19:51:45.000000Z K 7 svn:log V 407 - When newtd is specified to sched_switch() it was not being initialized properly. We have to temporarily unlock the TDQ lock so we can lock the thread and add it to the run queue. This is used only for KSE. - When we add a thread from the tdq_move() via sched_balance() we need to ipi the target if it's sitting in the idle thread or it'll never run. Reported by: Rene Landan Approved by: re END