Changeset 9317 in vbox for trunk/src/VBox/Runtime/r0drv
- Timestamp:
- Jun 2, 2008 3:45:32 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/solaris/mpnotification-r0drv-solaris.c
r9316 r9317 69 69 int rtR0MpNotificationNativeInit(void *pvOS) 70 70 { 71 NOREF(pvOS); 71 72 register_cpu_setup_func(rtMpNotificationSolarisCallback, NULL); 72 73 } … … 75 76 void rtR0MpNotificationNativeTerm(void *pvOS) 76 77 { 78 NOREF(pvOS); 77 79 unregister_cpu_setup_func(rtMpNotificationSolarisCallback, NULL); 78 80 }
Note:
See TracChangeset
for help on using the changeset viewer.