Changeset 54808 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Mar 17, 2015 11:15:47 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/mpnotification-r0drv-linux.c
r54804 r54808 154 154 case CPU_ONLINE_FROZEN: 155 155 # endif 156 stac();157 156 rtMpNotificationDoCallbacks(RTMPEVENT_ONLINE, idCpu); 158 clac();159 157 break; 160 158 … … 164 162 case CPU_DOWN_PREPARE_FROZEN: 165 163 # endif 166 stac();167 164 rtMpNotificationDoCallbacks(RTMPEVENT_OFFLINE, idCpu); 168 clac();169 165 break; 170 166 # endif
Note:
See TracChangeset
for help on using the changeset viewer.