summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2014-10-09 21:04:56 +0200
committerRichard Braun <rbraun@sceen.net>2014-10-09 21:04:56 +0200
commit6ce44dca7860288f1b0205b823ae5747e52978e5 (patch)
tree2735fd4719a1cdf963b6f0ac89238935cd1c1175
parentc9ee86fc3d50804b5e300d328b0665555d414a21 (diff)
kern/thread: minor change
Remove comment.
-rw-r--r--kern/thread.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/kern/thread.h b/kern/thread.h
index 60dc19c2..3b61e067 100644
--- a/kern/thread.h
+++ b/kern/thread.h
@@ -342,8 +342,6 @@ void thread_schedule_intr(void);
/*
* Report a periodic timer interrupt on the thread currently running on
* the local processor.
- *
- * Called from interrupt context.
*/
void thread_tick_intr(void);