summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/tsc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/amd64/amd64/tsc.c')
-rw-r--r--sys/amd64/amd64/tsc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/amd64/amd64/tsc.c b/sys/amd64/amd64/tsc.c
index ce67390..ff16f19 100644
--- a/sys/amd64/amd64/tsc.c
+++ b/sys/amd64/amd64/tsc.c
@@ -225,6 +225,9 @@ clkintr(struct clockframe frame)
>= hardclock_max_count) {
timer0_prescaler_count -= hardclock_max_count;
hardclock(&frame);
+#ifdef SMP
+ forward_hardclock();
+#endif
}
break;
OpenPOWER on IntegriCloud