Changeset 54502 in vbox
- Timestamp:
- Feb 25, 2015 3:59:12 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp
r54490 r54502 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. */1665 1664 return !RTMpOnPairIsConcurrentExecSupported(); 1666 #else1667 return true;1668 #endif1669 1665 } 1670 1666
Note:
See TracChangeset
for help on using the changeset viewer.