VirtualBox

Ignore:
Timestamp:
Oct 1, 2019 7:29:03 PM (5 years ago)
Author:
vboxsync
Message:

IPRT,SUP,*: Increased RTCPUSET_MAX_CPUS to 1024 for AMD64, except for darwin, and reduced the OS/2 CPU count to 64. Implies GIP and SUPDrv version bump. bugref:9501

File:
1 edited

Legend:

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

    r76553 r81096  
    104104
    105105/** Static per group info.
    106  * @remarks  With RTCPUSET_MAX_CPUS as 256, this takes up 33KB. */
     106 * @remarks  With 256 groups this takes up 33KB. */
    107107static struct
    108108{
     
    113113    /** CPU set indexes for each CPU in the group. */
    114114    int16_t     aidxCpuSetMembers[64];
    115 }                                       g_aRtMpNtCpuGroups[RTCPUSET_MAX_CPUS];
     115}                                       g_aRtMpNtCpuGroups[256];
    116116/** Maps CPU set indexes to RTCPUID.
    117117 * Inactive CPUs has bit 31 set (RTMPNT_ID_F_INACTIVE) so we can identify them
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