Changeset 1850 in vbox for trunk/src/VBox/HostDrivers/Support/linux
- Timestamp:
- Apr 1, 2007 7:08:04 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c
r1666 r1850 1628 1628 } 1629 1629 1630 /** 1631 * Force async tsc mode. 1632 * @todo add a module argument for this. 1633 */ 1634 bool VBOXCALL supdrvOSGetForcedAsyncTscMode(void) 1635 { 1636 return false; 1637 } 1638 1630 1639 1631 1640 /**
Note:
See TracChangeset
for help on using the changeset viewer.