kproc(): remove the lines and the comment

This commit is contained in:
cinap_lenrek 2011-05-31 17:11:33 +00:00
parent d18a4568a8
commit 1bc10a7c93

View 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();
*/
}
/*