VirtualBox

Changeset 37274 in vbox


Ignore:
Timestamp:
May 31, 2011 11:47:51 AM (14 years ago)
Author:
vboxsync
Message:

mpnotification-r0drv-solaris.c: drop the vbi version check.

File:
1 edited

Legend:

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

    r37071 r37274  
    101101DECLHIDDEN(int) rtR0MpNotificationNativeInit(void)
    102102{
    103     if (vbi_revision_level < 2)
    104         return VERR_NOT_SUPPORTED;
    105103    if (g_hVbiCpuWatch != NULL)
    106104        return VERR_WRONG_ORDER;
     
    119117DECLHIDDEN(void) rtR0MpNotificationNativeTerm(void)
    120118{
    121     if (vbi_revision_level >= 2 && g_hVbiCpuWatch != NULL)
     119    if (g_hVbiCpuWatch != NULL)
    122120        vbi_ignore_cpus(g_hVbiCpuWatch);
    123121    g_hVbiCpuWatch = NULL;
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