summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/amd64/isa/clock.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/amd64/isa/clock.c b/sys/amd64/isa/clock.c
index 3a0555a..de0d7d5 100644
--- a/sys/amd64/isa/clock.c
+++ b/sys/amd64/isa/clock.c
@@ -718,6 +718,7 @@ resettodr()
/* Reenable RTC updates and interrupts. */
writertc(RTC_STATUSB, rtc_statusb);
+ rtcin(RTC_INTR);
}
@@ -764,6 +765,7 @@ cpu_initclocks()
INTR_TYPE_CLK | INTR_FAST, NULL);
writertc(RTC_STATUSB, rtc_statusb);
+ rtcin(RTC_INTR);
}
init_TSC_tc();
OpenPOWER on IntegriCloud