K 10 svn:author V 4 jeff K 8 svn:date V 27 2005-06-04T09:23:28.000000Z K 7 svn:log V 298 - Don't SLOT_USE() in the preempt case, sched_add() has already taken the slot for us. Previously, we would take two slots on every preempt, and setrunqueue() would fix it up for us in the non threaded case. The threaded case was simply broken. - Clean up flags, prototypes, comments. END