Changeset 68106 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Jul 25, 2017 11:25:50 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/TM.cpp
r68020 r68106 1179 1179 1180 1180 /* 1181 * Reset TSC to avoid a windows 8 bug (see @bugref{8926}). 1181 * Reset TSC to avoid a Windows 8+ bug (see @bugref{8926}). If Windows 1182 * sees TSC value beyond 0x40000000000 at startup, it will reset the 1183 * TSC on boot-up CPU only, causing confusion and mayhem with SMP. 1182 1184 */ 1183 1185 VM_ASSERT_EMT0(pVM);
Note:
See TracChangeset
for help on using the changeset viewer.