diff options
| -rw-r--r-- | sys/src/9/port/proc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/src/9/port/proc.c b/sys/src/9/port/proc.c index 5a530395f..4d5b98f6f 100644 --- a/sys/src/9/port/proc.c +++ b/sys/src/9/port/proc.c @@ -478,8 +478,6 @@ another: p = rq->head; if(p == nil) continue; - if(p->mp != MACHP(m->machno)) - continue; if(pri == p->basepri) continue; updatecpu(p); |
