Changeset 53288 in vbox
- Timestamp:
- Nov 10, 2014 1:21:12 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 96867
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.c
r53269 r53288 5972 5972 ASMSetFlags(uFlags); 5973 5973 5974 /* Activate this when implemented invariant TSC GIP mode. Otherwise systems that are really invariant 5975 which get detected as async will break. */ 5976 #if 0 5974 5977 if (supdrvIsInvariantTsc()) 5975 5978 { … … 5985 5988 } 5986 5989 else 5990 #endif 5987 5991 { 5988 5992 /* Busy-wait keeping the frequency up and measure. */ … … 6002 6006 ASMSetFlags(uFlags); 6003 6007 6004 /** @todo replace with enum check. */ 6005 if (supdrvIsInvariantTsc()) 6008 /* Activate this when implemented invariant TSC GIP mode. Otherwise systems that are really invariant 6009 which get detected as async will break. */ 6010 #if 0 6011 if (supdrvIsInvariantTsc()) /** @todo replace with enum check. */ 6006 6012 { 6007 6013 int rc; … … 6019 6025 } 6020 6026 } 6027 #endif 6021 6028 6022 6029 /*
Note:
See TracChangeset
for help on using the changeset viewer.