diff options
author | Richard Braun <rbraun@sceen.net> | 2014-10-09 21:04:56 +0200 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2014-10-09 21:04:56 +0200 |
commit | 6ce44dca7860288f1b0205b823ae5747e52978e5 (patch) | |
tree | 2735fd4719a1cdf963b6f0ac89238935cd1c1175 /kern | |
parent | c9ee86fc3d50804b5e300d328b0665555d414a21 (diff) |
kern/thread: minor change
Remove comment.
Diffstat (limited to 'kern')
-rw-r--r-- | kern/thread.h | 2 |
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); |