Changeset 53505 in vbox for trunk/src/VBox
- Timestamp:
- Dec 11, 2014 10:14:46 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 97243
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.c
r53477 r53505 7330 7330 { 7331 7331 /* Trust CPUs that declare their TSC to be invariant. */ 7332 #if 0 /** @todo this cannot be enabled until Michal's AMD laptop with insane deltas are working. */ 7332 7333 if (supdrvIsInvariantTsc()) 7333 7334 return SUPGIPMODE_INVARIANT_TSC; 7335 #endif 7334 7336 7335 7337 /* … … 7378 7380 } 7379 7381 } 7382 7383 /** @todo later remove this when the above todo with AMD laptop is done (i.e. 7384 * TSC deltas handled everywhere). */ 7385 if (supdrvIsInvariantTsc()) 7386 return SUPGIPMODE_INVARIANT_TSC; 7380 7387 return SUPGIPMODE_SYNC_TSC; 7381 7388 }
Note:
See TracChangeset
for help on using the changeset viewer.