Changeset 13466 in vbox for trunk/src/VBox/Runtime/r0drv
- Timestamp:
- Oct 22, 2008 8:50:45 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/initterm-r0drv.cpp
r10390 r13466 39 39 #ifndef IN_GUEST /* play safe for now */ 40 40 # include "r0drv/mp-r0drv.h" 41 # include "r0drv/power-r0drv.h" 41 42 #endif 42 43 … … 84 85 #ifndef IN_GUEST /* play safe for now */ 85 86 rc = rtR0MpNotificationInit(); 87 rc |= rtR0PowerNotificationInit(); 86 88 #endif 87 89 if (RT_SUCCESS(rc)) … … 112 114 #endif 113 115 #ifndef IN_GUEST /* play safe for now */ 116 rtR0PowerNotificationTerm(); 114 117 rtR0MpNotificationTerm(); 115 118 #endif
Note:
See TracChangeset
for help on using the changeset viewer.