Changeset 10406 in vbox
- Timestamp:
- Jul 9, 2008 11:48:08 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 33063
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/HostImpl.cpp
r10399 r10406 688 688 CHECK_READY(); 689 689 /** @todo after implementing the Mp runtime on all platforms replace with 690 * *speed = RTMpGet OnlineCpuMaxSpeed(cpuId); */690 * *speed = RTMpGetCpuMaxSpeed(aCpuId); */ 691 691 *speed = 0; 692 692 return S_OK;
Note:
See TracChangeset
for help on using the changeset viewer.