VirtualBox

Changeset 54808 in vbox for trunk


Ignore:
Timestamp:
Mar 17, 2015 11:15:47 AM (10 years ago)
Author:
vboxsync
Message:

backed out r98998 and r99000 -- shouldn't be necessary here

Location:
trunk/src/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c

    r54803 r54808  
    614614# endif
    615615{
    616     stac();
    617616    RTPowerSignalEvent(RTPOWEREVENT_SUSPEND);
    618     clac();
    619617    return 0;
    620618}
     
    631629# endif
    632630{
    633     stac();
    634631    RTPowerSignalEvent(RTPOWEREVENT_RESUME);
    635     clac();
    636632    return 0;
    637633}
  • trunk/src/VBox/Runtime/r0drv/linux/mpnotification-r0drv-linux.c

    r54804 r54808  
    154154        case CPU_ONLINE_FROZEN:
    155155# endif
    156             stac();
    157156            rtMpNotificationDoCallbacks(RTMPEVENT_ONLINE, idCpu);
    158             clac();
    159157            break;
    160158
     
    164162        case CPU_DOWN_PREPARE_FROZEN:
    165163#  endif
    166             stac();
    167164            rtMpNotificationDoCallbacks(RTMPEVENT_OFFLINE, idCpu);
    168             clac();
    169165            break;
    170166# endif
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