Changeset 54490 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Feb 25, 2015 1:17:21 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp
r54412 r54490 1662 1662 /* If IPRT didn't find KeIpiGenericCall we pretend windows(, the firmware, 1663 1663 or whoever) always configures TSCs perfectly. */ 1664 #if 0 /* Temporary test for Dsen. */ 1664 1665 return !RTMpOnPairIsConcurrentExecSupported(); 1666 #else 1667 return true; 1668 #endif 1665 1669 } 1666 1670
Note:
See TracChangeset
for help on using the changeset viewer.