Changeset 52911 in vbox for trunk/src/VBox
- Timestamp:
- Oct 1, 2014 9:45:51 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.c
r52895 r52911 6166 6166 unsigned i; 6167 6167 uint64_t uMinCmpReadTime = UINT64_MAX; 6168 RTCCUINTREG uFlags = ASMIntDisableFlags(); /* Disable interrupts for the duration of a try. */6169 6168 for (i = 0; i < GIP_TSC_DELTA_LOOPS; i++) 6170 6169 { 6171 ASMCompilerBarrier();6170 RTCCUINTREG uFlags = ASMIntDisableFlags(); /* Disable interrupts per-iteration, see @bugref{6710} comment #38. */ 6172 6171 if (idCpu == idMaster) 6173 6172 { … … 6254 6253 ASMNopPause(); 6255 6254 } 6256 } 6257 ASMSetFlags(uFlags); 6255 6256 ASMSetFlags(uFlags); 6257 } 6258 6258 6259 6259 if (pGipCpuWorker->i64TSCDelta != INT64_MAX)
Note:
See TracChangeset
for help on using the changeset viewer.