From 1bc10a7c9397d6d10aa0b397212f59a83e4cd546 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Tue, 31 May 2011 17:11:33 +0000 Subject: [PATCH] kproc(): remove the lines and the comment --- sys/src/9/port/proc.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/sys/src/9/port/proc.c b/sys/src/9/port/proc.c index 48c318c97..2064cf761 100644 --- a/sys/src/9/port/proc.c +++ b/sys/src/9/port/proc.c @@ -1378,14 +1378,6 @@ kproc(char *name, void (*func)(void *), void *arg) 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(); - */ } /*