VirtualBox

Changeset 47969 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 21, 2013 1:35:18 PM (11 years ago)
Author:
vboxsync
Message:

Move comment to the right place.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/solaris/mp-solaris.cpp

    r47968 r47969  
    141141                if (kstat_read(g_pKsCtl, g_papCpuInfo[idCpu], 0) != -1)
    142142                {
     143                    /* Solaris really need to fix their APIs. Explicitly cast for now. */
    143144                    kstat_named_t *pStat = (kstat_named_t *)kstat_data_lookup(g_papCpuInfo[idCpu], (char*)pszStatName);
    144145                    if (pStat)
     
    176177RTDECL(uint32_t) RTMpGetCurFrequency(RTCPUID idCpu)
    177178{
    178     /* Solaris really need to fix their APIs. */
    179179    return rtMpSolarisGetFrequency(idCpu, "current_clock_Hz") / 1000000;
    180180}
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette