summaryrefslogtreecommitdiff
path: root/trap.c
diff options
context:
space:
mode:
Diffstat (limited to 'trap.c')
-rw-r--r--trap.c1
1 files changed, 1 insertions, 0 deletions
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++;