- Timestamp:
- Aug 20, 2009 10:58:25 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 51296
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/solaris/vbi/mpnotification-r0drv-solaris.c
r22347 r22366 78 78 RTCpuSetEmpty(&g_rtMpSolarisCpuSet); 79 79 80 g_hVbiCpuWatch = vbi_watch_cpus(rtMpNotificationSolarisCallback, NULL, 0);80 g_hVbiCpuWatch = vbi_watch_cpus(rtMpNotificationSolarisCallback, NULL, 1 /* watch current CPU too */); 81 81 82 82 RTCPUID idCpu = RTMpGetMaxCpuId(); 83 83 do 84 84 { 85 /** @todo vbi_cpu_online() should doboundary check "idCpu" rather than hang the system. */85 /** @todo vbi_cpu_online() should boundary check "idCpu" rather than hang the system. */ 86 86 if ( RTMpIsCpuPossible(idCpu) 87 87 && vbi_cpu_online(idCpu))
Note:
See TracChangeset
for help on using the changeset viewer.