diff options
Diffstat (limited to 'sys/kern/kern_clock.c')
| -rw-r--r-- | sys/kern/kern_clock.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/kern/kern_clock.c b/sys/kern/kern_clock.c index 2e7ca8b78532..e50b73182a91 100644 --- a/sys/kern/kern_clock.c +++ b/sys/kern/kern_clock.c @@ -59,6 +59,7 @@ #include <sys/sysctl.h> #include <sys/bus.h> #include <sys/interrupt.h> +#include <sys/timetc.h> #include <machine/cpu.h> #include <machine/limits.h> @@ -208,6 +209,7 @@ hardclock(frame) hardclock_process(curthread, CLKF_USERMODE(frame)); mtx_unlock_spin_flags(&sched_lock, MTX_QUIET); + tc_ticktock(); /* * If no separate statistics clock is available, run it from here. * |
