VirtualBox

Ignore:
Timestamp:
Jun 11, 2008 12:09:31 PM (17 years ago)
Author:
vboxsync
Message:

Changed RTR0MpNotificationInit/Term to rtR0MpNotificationInit/Term and dropped the unused pvOS argument. They are now IPRT internal and called by RTR0Init/Term.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/solaris/mpnotification-r0drv-solaris.c

    r9318 r9602  
    6868
    6969
    70 int rtR0MpNotificationNativeInit(void *pvOS)
     70int rtR0MpNotificationNativeInit(void)
    7171{
    72     NOREF(pvOS);
    7372    register_cpu_setup_func(rtMpNotificationSolarisCallback, NULL);
    7473}
    7574
    7675
    77 void rtR0MpNotificationNativeTerm(void *pvOS)
     76void rtR0MpNotificationNativeTerm(void)
    7877{
    79     NOREF(pvOS);
    8078    unregister_cpu_setup_func(rtMpNotificationSolarisCallback, NULL);
    8179}
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette