Changeset 81096 in vbox for trunk/src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp
- Timestamp:
- Oct 1, 2019 7:29:03 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp
r76553 r81096 104 104 105 105 /** 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. */ 107 107 static struct 108 108 { … … 113 113 /** CPU set indexes for each CPU in the group. */ 114 114 int16_t aidxCpuSetMembers[64]; 115 } g_aRtMpNtCpuGroups[ RTCPUSET_MAX_CPUS];115 } g_aRtMpNtCpuGroups[256]; 116 116 /** Maps CPU set indexes to RTCPUID. 117 117 * 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.