VirtualBox

Changeset 54804 in vbox


Ignore:
Timestamp:
Mar 17, 2015 10:46:28 AM (10 years ago)
Author:
vboxsync
Message:

more places for SMAP handling

File:
1 edited

Legend:

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

    r54395 r54804  
    154154        case CPU_ONLINE_FROZEN:
    155155# endif
     156            stac();
    156157            rtMpNotificationDoCallbacks(RTMPEVENT_ONLINE, idCpu);
     158            clac();
    157159            break;
    158160
     
    162164        case CPU_DOWN_PREPARE_FROZEN:
    163165#  endif
     166            stac();
    164167            rtMpNotificationDoCallbacks(RTMPEVENT_OFFLINE, idCpu);
     168            clac();
    165169            break;
    166170# 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