~kris/9p

9hist

7e7f85d3b8429a3688ffe3619b422aca79917020 — David du Colombier 33 years ago 26f562a
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)
{