Changeset 26611 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Feb 17, 2010 2:29:14 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceCpuHotPlug.cpp
r26599 r26611 174 174 { 175 175 /** @todo r-bird: This code is bringing all CPUs online; the idCpuCore and 176 * idCpuPackage parameters are unused! 177 * aeichner: These files are not available at this point unfortunately. (see comment above) 176 * idCpuPackage parameters are unused! 177 * aeichner: These files are not available at this point unfortunately. (see comment above) 178 * bird: Yes, but isn't that easily dealt with by doing: 179 * if (matching_topology() || !have_topology_directory()) 180 * bring_cpu_online() 181 * That could save you the cpu0 and cpuidle checks to. 178 182 */ 179 183 /*
Note:
See TracChangeset
for help on using the changeset viewer.