Changeset 64234 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Oct 13, 2016 10:10:42 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/mp-win.cpp
r64220 r64234 109 109 * 110 110 * We ASSUME the the GroupInfo index is the same as the group number. 111 * 111 112 * We ASSUME there are no inactive groups, because otherwise it will 112 113 * be difficult to tell how many possible CPUs we can have and do a 113 * reasonable CPU ID/index partitioning. 114 * reasonable CPU ID/index partitioning. [probably bad assumption] 115 * 116 * We ASSUME that the kernel processor indexes are assigned in group order, 117 * which we match here with our own ID+index assignments. This claim is 118 * verified by initterm-r0drv-nt.cpp. 114 119 * 115 120 * Note! We will die if there are too many processors!
Note:
See TracChangeset
for help on using the changeset viewer.