shithub: riscv

Download patch

ref: 1bc10a7c9397d6d10aa0b397212f59a83e4cd546
parent: d18a4568a8390d48ac8b823209e6af5d4be8e999
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();
-	 */
 }
 
 /*
--