VirtualBox

Changeset 29269 in vbox


Ignore:
Timestamp:
May 9, 2010 9:24:06 PM (15 years ago)
Author:
vboxsync
Message:

mp-solaris.cpp: Stubbed RTMpCpuId on sparc, pending proper implementation on x86 & amd64 as well.

File:
1 edited

Legend:

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

    r28800 r29269  
    187187
    188188
     189#if defined(RT_ARCH_SPARC) || defined(RT_ARCH_SPARC64)
     190RTDECL(RTCPUID) RTMpCpuId(void)
     191{
     192    /** @todo implement RTMpCpuId on solaris/r3! */
     193    return NIL_RTCPUID;
     194}
     195#endif
     196
     197
    189198RTDECL(int) RTMpCpuIdToSetIndex(RTCPUID idCpu)
    190199{
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