VirtualBox

vbox的更動 13272 路徑 trunk/src/VBox/Runtime/r0drv


忽略:
時間撮記:
2008-10-15 上午12:23:56 (16 年 以前)
作者:
vboxsync
訊息:

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

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • 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}
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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