~kris/9p

9hist

98094313c26eea1d144194587aeff4ed50e6ae24 — David du Colombier 27 years ago 2bfff07
Plan 9 from Bell Labs 1998-12-18
1 files changed, 1 insertions(+), 1 deletions(-)

M pc/trap.c
M pc/trap.c => pc/trap.c +1 -1
@@ 41,7 41,7 @@ intrenable(int irq, void (*f)(Ureg*, void*), void* a, int tbdf)
		if(vctl[vno]->isr != v->isr || vctl[vno]->eoi != v->eoi)
			panic("intrenable: irq handler botch: %luX %luX %luX %luX\n",
				vctl[vno]->isr, v->isr, vctl[vno]->eoi, v->eoi);
		v->next = vctl[vno]->next;
		v->next = vctl[vno];
	}
	vctl[vno] = v;
	iunlock(&vctllock);