MFi386: read from RTC_INTR after writing to RTC_STATUSB

This commit is contained in:
Peter Wemm 2005-02-08 01:21:24 +00:00
parent c721916790
commit 699a8a09d6

View File

@ -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();