]> git.lizzy.rs Git - plan9front.git/commitdiff
kproc(): remove the lines and the comment
authorcinap_lenrek <cinap_lenrek@centraldogma>
Tue, 31 May 2011 17:11:33 +0000 (17:11 +0000)
committercinap_lenrek <cinap_lenrek@centraldogma>
Tue, 31 May 2011 17:11:33 +0000 (17:11 +0000)
sys/src/9/port/proc.c

index 48c318c9770d21de8905a4e75e6a5df36c05650c..2064cf7615dec2850ae4a9cf7729fa56e2c3a943 100644 (file)
@@ -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();
-        */
 }
 
 /*