VirtualBox

Ignore:
Timestamp:
Oct 15, 2016 4:46:29 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
111296
Message:

IPRT,SUP: Major vboxdrv and GIP version change; more flexible processor group handling on Windows.

File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/generic/mppresent-generic-online.cpp

    r64268 r64281  
    11/* $Id$ */
    22/** @file
    3  * IPRT - Multiprocessor, Stubs for the RTMp*Present* API.
     3 * IPRT - Multiprocessor, Stubs for the RTMp*Present* API mapping to RTMp*Online.
    44 */
    55
     
    3535RTDECL(PRTCPUSET) RTMpGetPresentSet(PRTCPUSET pSet)
    3636{
    37     return RTMpGetSet(pSet);
     37    return RTMpGetOnlineSet(pSet);
    3838}
    3939RT_EXPORT_SYMBOL(RTMpGetPresentSet);
     
    4242RTDECL(RTCPUID) RTMpGetPresentCount(void)
    4343{
    44     return RTMpGetCount();
     44    return RTMpGetOnlineCount();
    4545}
    4646RT_EXPORT_SYMBOL(RTMpGetPresentCount);
     
    4949RTDECL(RTCPUID) RTMpGetPresentCoreCount(void)
    5050{
    51     return RTMpGetCoreCount();
     51    return RTMpGetOnlineCoreCount();
    5252}
    5353RT_EXPORT_SYMBOL(RTMpGetPresentCoreCount);
     
    5656RTDECL(bool) RTMpIsCpuPresent(RTCPUID idCpu)
    5757{
    58     return RTMpIsCpuPossible(idCpu);
     58    return RTMpIsCpuOnline(idCpu);
    5959}
    6060RT_EXPORT_SYMBOL(RTMpIsCpuPresent);
Note: See TracChangeset for help on using the changeset viewer.

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