summaryrefslogtreecommitdiff
path: root/kern/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/thread.h')
-rw-r--r--kern/thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/thread.h b/kern/thread.h
index 621e6a14..e570cd29 100644
--- a/kern/thread.h
+++ b/kern/thread.h
@@ -317,7 +317,7 @@ void thread_schedule_intr(void);
*
* Called from interrupt context.
*/
-void thread_tick(void);
+void thread_tick_intr(void);
static inline struct thread *
thread_from_tcb(struct tcb *tcb)