shithub: riscv

Download patch

ref: e6b30b287c4386075ee045327c2c28474ae11cfe
parent: ce00c68059d50ccaeb87fb85b03d60c5d0889456
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Mon Mar 28 22:09:49 EDT 2016

kernel: fix procflushmmu()

fix bug introduced in previous change for zynq, broke
procflushseg() function only flushing the first proc
matching the segment.

--- a/sys/src/9/port/proc.c
+++ b/sys/src/9/port/proc.c
@@ -1343,7 +1343,6 @@
 					nwait++;
 				}
 			}
-			break;
 		}
 	}