kproc(): remove the lines and the comment
This commit is contained in:
parent
d18a4568a8
commit
1bc10a7c93
1 changed files with 0 additions and 8 deletions
|
@ -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();
|
||||
*/
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue