VirtualBox

Changeset 36264 in vbox


Ignore:
Timestamp:
Mar 11, 2011 3:05:14 PM (14 years ago)
Author:
vboxsync
Message:

mp-r0drv-darwin.cpp: Use the generic 'possible' implementation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/darwin/mp-r0drv-darwin.cpp

    r36232 r36264  
    147147{
    148148    /** @todo darwin R0 MP */
    149     return RTMpIsCpuPossible(idCpu);
    150 }
    151 
    152 
    153 RTDECL(PRTCPUSET) RTMpGetPresentSet(PRTCPUSET pSet)
    154 {
    155     return RTMpGetSet(pSet);
    156 }
    157 
    158 
    159 RTDECL(RTCPUID) RTMpGetPresentCount(void)
    160 {
    161     return RTMpGetCount();
    162 }
    163 
    164 
    165 RTDECL(bool) RTMpIsCpuPresent(RTCPUID idCpu)
    166 {
    167149    return RTMpIsCpuPossible(idCpu);
    168150}
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