summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@centraldogma>2011-05-31 17:11:33 +0000
committercinap_lenrek <cinap_lenrek@centraldogma>2011-05-31 17:11:33 +0000
commit1bc10a7c9397d6d10aa0b397212f59a83e4cd546 (patch)
treef65ee9e341b5d89ea7a4353497d874c9aad193c8
parentd18a4568a8390d48ac8b823209e6af5d4be8e999 (diff)
kproc(): remove the lines and the comment
-rw-r--r--sys/src/9/port/proc.c8
1 files changed, 0 insertions, 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();
- */
}
/*