git: 9front

Download patch

ref: b8ab8f19817f3ef22c3544c41a14520acae22f0f
parent: 56000b2617aa76933afd5dfdbd1329da1a6307cc
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;
 		}
 	}
 
--