X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/d1ecb069dfe24481e4a83f44cb5217a2b06746d7..0b4c1975fb5e4eccf1012a35081f7e7799b81046:/osfmk/i386/pmCPU.c diff --git a/osfmk/i386/pmCPU.c b/osfmk/i386/pmCPU.c index 44ea7eaf7..91e3799bb 100644 --- a/osfmk/i386/pmCPU.c +++ b/osfmk/i386/pmCPU.c @@ -681,6 +681,7 @@ pmKextRegister(uint32_t version, pmDispatch_t *cpuFuncs, callbacks->GetSavedRunCount = pmGetSavedRunCount; callbacks->pmSendIPI = pmSendIPI; callbacks->GetNanotimeInfo = pmGetNanotimeInfo; + callbacks->RTCClockAdjust = rtc_clock_adjust; callbacks->topoParms = &topoParms; } else { panic("Version mis-match between Kernel and CPU PM");