projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
846a228
)
Clarifying comment.
author
Ben Pfaff
<blp@cs.stanford.edu>
Tue, 20 Dec 2005 18:02:50 +0000
(18:02 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Tue, 20 Dec 2005 18:02:50 +0000
(18:02 +0000)
src/threads/thread.c
patch
|
blob
|
history
diff --git
a/src/threads/thread.c
b/src/threads/thread.c
index dc23efb4b2dfb3bb608084940991a3c916d50ae6..196ffafcf7276315f8d861244f0801cc45c31622 100644
(file)
--- 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)
{