VirtualBox

Changeset 36262 in vbox for trunk/src/VBox/Runtime/r3/win


Ignore:
Timestamp:
Mar 11, 2011 2:50:45 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
70526
Message:

SUPDrv,IPRT,++: Enabled the code for supporting up to 256 host CPUs/cores/threads.

File:
1 edited

Legend:

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

    r36232 r36262  
    9696    SYSTEM_INFO SysInfo;
    9797    GetSystemInfo(&SysInfo);
    98 #ifdef RT_WITH_LOTS_OF_CPUS
    99 # error "port me"
    100 #endif
     98/** @todo port to W2K8 / W7 w/ > 64 CPUs & grouping. */
    10199    return RTCpuSetFromU64(pSet, SysInfo.dwActiveProcessorMask);
    102100}
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