Changeset 53226 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Nov 5, 2014 10:56:59 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 96775
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.c
r53218 r53226 7449 7449 * calculation on non-invariant hosts if it changes the history decision 7450 7450 * taken in supdrvGipDoUpdateCpu(). */ 7451 uint64_t u64Interval = u64Delta / UINT64_C(GIP_UPDATEHZ_RECALC_FREQ); 7451 7452 ASMAtomicWriteU32(&pGip->u32UpdateHz, u32UpdateHz); 7452 ASMAtomicWriteU32(&pGip->u32UpdateIntervalNS, (uint32_t)u64 Delta / GIP_UPDATEHZ_RECALC_FREQ);7453 ASMAtomicWriteU32(&pGip->u32UpdateIntervalNS, (uint32_t)u64Interval); 7453 7454 } 7454 7455 #endif
Note:
See TracChangeset
for help on using the changeset viewer.