From 3714dc2d86b3f0b797205e572945b65000561c53 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 20 Dec 2005 18:02:50 +0000 Subject: [PATCH] Clarifying comment. --- src/threads/thread.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/threads/thread.c b/src/threads/thread.c index dc23efb..196ffaf 100644 --- a/src/threads/thread.c +++ b/src/threads/thread.c @@ -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) { -- 2.30.2