git: 9front

Download patch

ref: 5e59884177553cfb17d69132c1a1cadb21976a81
parent: 930ccb1a097b0872870ac595ff65fc5d8cff749f
author: cinap_lenrek <cinap_lenrek@centraldogma>
date: Tue May 31 13:11:33 EDT 2011

kproc(): remove the lines and the comment

--- a/sys/src/9/port/proc.c
+++ b/sys/src/9/port/proc.c
@@ -1378,14 +1378,6 @@
 	memset(p->time, 0, sizeof(p->time));
 	p->time[TReal] = MACHP(0)->ticks;
 	ready(p);
-
-	/*
-	 *  since the bss/data segments are now shareable,
-	 *  any mmu info about this process is now stale
-	 *  and has to be discarded.
-	p->newtlb = 1;
-	flushmmu();
-	 */
 }
 
 /*
--