Changeset 53228 in vbox for trunk/src/VBox
- Timestamp:
- Nov 5, 2014 11:04:03 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 96777
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.c
r53226 r53228 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 uint64_t u64Interval = u64Delta / GIP_UPDATEHZ_RECALC_FREQ; 7452 7452 ASMAtomicWriteU32(&pGip->u32UpdateHz, u32UpdateHz); 7453 7453 ASMAtomicWriteU32(&pGip->u32UpdateIntervalNS, (uint32_t)u64Interval);
Note:
See TracChangeset
for help on using the changeset viewer.