summaryrefslogtreecommitdiff
path: root/kern/thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/thread.c')
-rw-r--r--kern/thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/thread.c b/kern/thread.c
index 47225641..6b9d949c 100644
--- a/kern/thread.c
+++ b/kern/thread.c
@@ -1993,7 +1993,7 @@ thread_schedule_intr(void)
}
void
-thread_tick(void)
+thread_tick_intr(void)
{
struct thread_runq *runq;
struct thread *thread;