From e936743429a8f66f1a50d467c02d1ab3da69889d Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 8 Sep 2006 15:34:04 +0000 Subject: [PATCH] tweak --- trap.c | 1 + 1 file changed, 1 insertion(+) 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++;