Changeset 54307 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Feb 19, 2015 7:21:15 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.c
r54306 r54307 7237 7237 * Adjust all the TSC deltas against the new GIP master. 7238 7238 */ 7239 /** @todo this needs fixing, we cannot dynamically re-adjust the base unless 7240 * GIP isn't mapped and no other consumers of TSC-deltas. Basically, 7241 * we need to adjust the master's own TSC-delta (can be non-zero) 7242 * while computing the deltas. */ 7239 7243 if (pGip) 7240 7244 {
Note:
See TracChangeset
for help on using the changeset viewer.