VirtualBox

Changeset 13272 in vbox for trunk/src


Ignore:
Timestamp:
Oct 15, 2008 12:23:56 AM (16 years ago)
Author:
vboxsync
Message:

mp-r0drv-nt.cpp: updated w2k8 todos.

File:
1 edited

Legend:

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

    r9609 r13272  
    8787RTDECL(RTCPUID) RTMpGetMaxCpuId(void)
    8888{
     89    /** @todo use KeQueryMaximumProcessorCount on vista+ */
    8990    return MAXIMUM_PROCESSORS - 1;
    9091}
     
    108109{
    109110    /* Cannot easily distinguish between online and offline cpus. */
    110     /** @todo online/present cpu stuff must be corrected for proper W2K8 support. */
     111    /** @todo online/present cpu stuff must be corrected for proper W2K8 support
     112     *        (KeQueryMaximumProcessorCount). */
    111113    return RTMpIsCpuOnline(idCpu);
    112114}
     
    115117RTDECL(PRTCPUSET) RTMpGetSet(PRTCPUSET pSet)
    116118{
    117     /** @todo online/present cpu stuff must be corrected for proper W2K8 support. */
     119    /** @todo online/present cpu stuff must be corrected for proper W2K8 support
     120     *        (KeQueryMaximumProcessorCount). */
    118121    return RTMpGetOnlineSet(pSet);
    119122}
     
    122125RTDECL(RTCPUID) RTMpGetCount(void)
    123126{
    124     /** @todo online/present cpu stuff must be corrected for proper W2K8 support. */
     127    /** @todo online/present cpu stuff must be corrected for proper W2K8 support
     128     *        (KeQueryMaximumProcessorCount). */
    125129    return RTMpGetOnlineCount();
    126130}
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