Changeset 47969 in vbox for trunk/src/VBox
- Timestamp:
- Aug 21, 2013 1:35:18 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/solaris/mp-solaris.cpp
r47968 r47969 141 141 if (kstat_read(g_pKsCtl, g_papCpuInfo[idCpu], 0) != -1) 142 142 { 143 /* Solaris really need to fix their APIs. Explicitly cast for now. */ 143 144 kstat_named_t *pStat = (kstat_named_t *)kstat_data_lookup(g_papCpuInfo[idCpu], (char*)pszStatName); 144 145 if (pStat) … … 176 177 RTDECL(uint32_t) RTMpGetCurFrequency(RTCPUID idCpu) 177 178 { 178 /* Solaris really need to fix their APIs. */179 179 return rtMpSolarisGetFrequency(idCpu, "current_clock_Hz") / 1000000; 180 180 }
Note:
See TracChangeset
for help on using the changeset viewer.