jhb 141f7800c8 Just check p_oncpu when determining if a process is executing or not.
We already did this in the SMP case, and it is now maintained in the UP
case as well, and makes the code slightly more readable.  Note that
curproc is always executing, thus the p != curproc test does not need to
be performed if the p_oncpu check is made.
2001-07-03 08:00:57 +00:00
..
2001-06-24 12:08:47 +00:00
2001-06-29 20:19:59 +00:00
2001-06-16 19:32:37 +00:00
2001-07-02 23:47:23 +00:00
2001-07-02 21:02:09 +00:00
2001-07-02 21:02:09 +00:00
2001-03-20 10:42:49 +00:00
2001-07-02 21:02:09 +00:00
2001-07-02 21:02:09 +00:00
2001-06-11 12:39:29 +00:00
2001-06-14 11:05:01 +00:00
2001-07-02 10:18:56 +00:00