Changeset 10407 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jul 9, 2008 11:49:40 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/HostImpl.cpp
r10406 r10407 688 688 CHECK_READY(); 689 689 /** @todo after implementing the Mp runtime on all platforms replace with 690 * *speed = RTMpGet CpuMaxSpeed(aCpuId); */690 * *speed = RTMpGetMaxFrequency(aCpuId); */ 691 691 *speed = 0; 692 692 return S_OK;
Note:
See TracChangeset
for help on using the changeset viewer.