kernel: fix procflushmmu()
fix bug introduced in previous change for zynq, broke procflushseg() function only flushing the first proc matching the segment.
This commit is contained in:
parent
ce00c68059
commit
e6b30b287c
1 changed files with 0 additions and 1 deletions
|
@ -1343,7 +1343,6 @@ procflushmmu(int (*match)(Proc*, void*), void *a)
|
|||
nwait++;
|
||||
}
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue