jeff 556bb64555 - Set the ke_cpu field in sched_add() for interrupt and realtime threads
since they are going on the current cpu and not their previously assigned
   cpu.
 - sched_runnable() should only return true in the SMP case if the other
   processor has more than one thread that is runnable.  We can not steal
   curthread.
 - Change kseq_print() to accept the cpuid instead of a kseq pointer.  This
   makes use of this function in ddb much easier.
2003-04-18 05:24:10 +00:00
..
2003-03-25 04:32:52 +00:00
2003-04-09 02:57:29 +00:00
2003-04-17 22:22:47 +00:00
2003-04-18 00:16:13 +00:00
2002-12-22 05:35:03 +00:00
2002-06-29 02:00:02 +00:00
2003-01-07 20:10:04 +00:00
2003-04-16 20:57:35 +00:00
2003-02-12 07:00:59 +00:00
2002-10-02 09:09:25 +00:00
2003-02-20 03:26:11 +00:00
2003-04-09 02:57:29 +00:00
2003-03-07 22:47:32 +00:00
2003-03-23 19:41:34 +00:00