Clarifying comment.
authorBen Pfaff <blp@cs.stanford.edu>
Tue, 20 Dec 2005 18:02:50 +0000 (18:02 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 20 Dec 2005 18:02:50 +0000 (18:02 +0000)
src/threads/thread.c

index dc23efb4b2dfb3bb608084940991a3c916d50ae6..196ffafcf7276315f8d861244f0801cc45c31622 100644 (file)
@@ -96,7 +96,8 @@ thread_start (void)
   intr_enable ();
 }
 
-/* Called by the timer interrupt handler at each timer tick. */
+/* Called by the timer interrupt handler at each timer tick.
+   Thus, this function runs in an external interrupt context. */
 void
 thread_tick (void) 
 {