From c857466921e6d81f546c3e2c03c85f9c98e648ab 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