summaryrefslogtreecommitdiff
path: root/kern/clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/clock.c')
-rw-r--r--kern/clock.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/kern/clock.c b/kern/clock.c
index d8af3f4c..b4a6f046 100644
--- a/kern/clock.c
+++ b/kern/clock.c
@@ -27,6 +27,7 @@
#include <kern/sref.h>
#include <kern/syscnt.h>
#include <kern/thread.h>
+#include <kern/timer.h>
#include <kern/work.h>
#include <machine/boot.h>
#include <machine/cpu.h>
@@ -89,6 +90,7 @@ void clock_tick_intr(void)
#endif /* ATOMIC_HAVE_64B_OPS */
}
+ timer_report_periodic_event();
llsync_report_periodic_event();
sref_report_periodic_event();
work_report_periodic_event();