]> Devi Nivas Git - cs3210-lab0.git/commitdiff
tweak
authorrsc <rsc>
Fri, 8 Sep 2006 15:34:04 +0000 (15:34 +0000)
committerrsc <rsc>
Fri, 8 Sep 2006 15:34:04 +0000 (15:34 +0000)
trap.c

diff --git a/trap.c b/trap.c
index d632ed6666fc03213bb8f98a2ce48fde186b64e8..aafaadf788fa8fb3ad2da001b54979cfc6114388 100644 (file)
--- 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++;