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:
cinap_lenrek 2016-03-29 02:09:49 +02:00
parent ce00c68059
commit e6b30b287c

View file

@ -1343,7 +1343,6 @@ procflushmmu(int (*match)(Proc*, void*), void *a)
nwait++;
}
}
break;
}
}