VirtualBox

Changeset 59306 in vbox


Ignore:
Timestamp:
Jan 11, 2016 10:57:34 AM (9 years ago)
Author:
vboxsync
Message:

Runtime: actually use rtMpDarwinOnlinePhysicalCpus() when determining the number of online physical cores on Darwin

Location:
trunk/src/VBox/Runtime
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/Makefile.kmk

    r59243 r59306  
    984984        generic/RTUuidCreate-generic.cpp \
    985985        generic/mppresent-generic.cpp \
    986         generic/RTMpGetOnlineCoreCount-generic.cpp \
    987986        generic/RTSemEventMultiWait-2-ex-generic.cpp \
    988987        generic/RTSemEventMultiWaitNoResume-2-ex-generic.cpp \
  • trunk/src/VBox/Runtime/r3/darwin/mp-darwin.cpp

    r57358 r59306  
    209209
    210210
     211RTDECL(RTCPUID) RTMpGetOnlineCoreCount(void)
     212{
     213    return rtMpDarwinOnlinePhysicalCpus();
     214}
     215
     216
    211217RTDECL(uint32_t) RTMpGetCurFrequency(RTCPUID idCpu)
    212218{
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