Changeset 36262 in vbox for trunk/src/VBox/Runtime/r0drv
- Timestamp:
- Mar 11, 2011 2:50:45 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 70526
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/nt/initterm-r0drv-nt.cpp
r36232 r36262 83 83 #endif 84 84 RTCpuSetEmpty(&g_rtMpNtCpuSet); 85 #ifdef RT_WITH_LOTS_OF_CPUS86 # error "port me"87 #endif88 85 RTCpuSetFromU64(&g_rtMpNtCpuSet, ActiveProcessors); 86 /** @todo Port to W2K8 with > 64 cpus/threads. */ 89 87 90 88 #ifdef IPRT_TARGET_NT4
Note:
See TracChangeset
for help on using the changeset viewer.