Changeset 13486 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Oct 22, 2008 11:51:57 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/powernotification-r0drv.c
r13478 r13486 280 280 if (RT_SUCCESS(rc)) 281 281 { 282 #if 0 /** @todo fix this */ 282 283 rc = rtR0MpNotificationNativeInit(); 284 #endif 283 285 if (RT_SUCCESS(rc)) 284 286 return rc; … … 305 307 RTSPINLOCKTMP Tmp; 306 308 309 #if 0 /** @todo fix this */ 307 310 rtR0MpNotificationNativeTerm(); 311 #endif 308 312 309 313 /* pick up the list and the spinlock. */
Note:
See TracChangeset
for help on using the changeset viewer.