VirtualBox

Changeset 9979 in vbox


Ignore:
Timestamp:
Jun 27, 2008 12:23:49 AM (16 years ago)
Author:
vboxsync
Message:

g_MpPendingOfflineSet is only used when CPU_DOWN_FAILED is defined.

File:
1 edited

Legend:

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

    r9602 r9979  
    9696#endif
    9797        case CPU_ONLINE:
    98 # ifdef CPU_TASKS_FROZEN
     98#ifdef CPU_TASKS_FROZEN
    9999        case CPU_ONLINE_FROZEN:
    100 # endif
     100#endif
     101#ifdef CPU_DOWN_FAILED
    101102            RTCpuSetDel(&g_MpPendingOfflineSet, idCpu);
     103#endif
    102104            rtMpNotificationDoCallbacks(RTMPEVENT_ONLINE, idCpu);
    103105            break;
     
    115117#endif
    116118            rtMpNotificationDoCallbacks(RTMPEVENT_OFFLINE, idCpu);
     119#ifdef CPU_DOWN_FAILED
    117120            RTCpuSetAdd(&g_MpPendingOfflineSet, idCpu);
     121#endif
    118122            break;
    119123    }
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