Changeset 10616 in vbox
- Timestamp:
- Jul 14, 2008 9:29:36 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/darwin/mp-darwin.cpp
r10452 r10616 154 154 RTDECL(uint32_t) RTMpGetCurFrequency(RTCPUID idCpu) 155 155 { 156 /** @todo figure out how to get the current cpu speed on darwin. */156 /** @todo figure out how to get the current cpu speed on darwin. Have to check what powermanagement does. */ 157 157 return 0; 158 158 }
Note:
See TracChangeset
for help on using the changeset viewer.