VirtualBox

Changeset 54803 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 17, 2015 8:41:12 AM (10 years ago)
Author:
vboxsync
Message:

more SMAP handling

File:
1 edited

Legend:

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

    r54802 r54803  
    614614# endif
    615615{
     616    stac();
    616617    RTPowerSignalEvent(RTPOWEREVENT_SUSPEND);
     618    clac();
    617619    return 0;
    618620}
     
    629631# endif
    630632{
     633    stac();
    631634    RTPowerSignalEvent(RTPOWEREVENT_RESUME);
     635    clac();
    632636    return 0;
    633637}
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