Plan 9 from Bell Labs 1993-08-01
1 files changed, 1 insertions(+), 3 deletions(-) M port/proc.c
M port/proc.c => port/proc.c +1 -3
@@ 84,6 84,7 @@ schedinit(void) /* never returns */ void sched(void) { + kmapinval(); if(up) { splhi(); m->cs++; @@ 135,9 136,6 @@ ready(Proc *p) splx(s); } -/* - * Always called splhi - */ Proc* runproc(void) {