Changeset 9979 in vbox
- Timestamp:
- Jun 27, 2008 12:23:49 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/mpnotification-r0drv-linux.c
r9602 r9979 96 96 #endif 97 97 case CPU_ONLINE: 98 # 98 #ifdef CPU_TASKS_FROZEN 99 99 case CPU_ONLINE_FROZEN: 100 # endif 100 #endif 101 #ifdef CPU_DOWN_FAILED 101 102 RTCpuSetDel(&g_MpPendingOfflineSet, idCpu); 103 #endif 102 104 rtMpNotificationDoCallbacks(RTMPEVENT_ONLINE, idCpu); 103 105 break; … … 115 117 #endif 116 118 rtMpNotificationDoCallbacks(RTMPEVENT_OFFLINE, idCpu); 119 #ifdef CPU_DOWN_FAILED 117 120 RTCpuSetAdd(&g_MpPendingOfflineSet, idCpu); 121 #endif 118 122 break; 119 123 }
Note:
See TracChangeset
for help on using the changeset viewer.