mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
MFi386: read from RTC_INTR after writing to RTC_STATUSB
This commit is contained in:
parent
c721916790
commit
699a8a09d6
1 changed files with 2 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue