Changeset 81004 in vbox
- Timestamp:
- Sep 25, 2019 10:12:43 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 133601
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.cpp
r80531 r81004 4604 4604 RTThreadPreemptDisable(&PreemptState); 4605 4605 4606 /** @todo Disabled caching for now until proper locking is implemented. */ 4607 #if 0 4606 4608 /* 4607 4609 * Querying MSRs from hardware can be expensive (exponentially more so … … 4618 4620 return VINF_SUCCESS; 4619 4621 } 4622 #else 4623 RT_NOREF(fForce); 4624 #endif 4620 4625 4621 4626 /*
Note:
See TracChangeset
for help on using the changeset viewer.