From: rsc Date: Fri, 8 Sep 2006 15:34:04 +0000 (+0000) Subject: tweak X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=e936743429a8f66f1a50d467c02d1ab3da69889d;p=cs3210-lab1.git tweak --- diff --git a/trap.c b/trap.c index d632ed6..aafaadf 100644 --- a/trap.c +++ b/trap.c @@ -43,6 +43,7 @@ trap(struct trapframe *tf) return; } + // PAGEBREAK: 10 // Increment nlock to make sure interrupts stay off // during interrupt handler. Decrement before returning. cpus[cpu()].nlock++;