VirtualBox

Ignore:
Timestamp:
Jun 24, 2009 2:19:29 AM (15 years ago)
Author:
vboxsync
Message:

VMMR0CallHost -> VMMRZCallRing3[NoCpu]; VMMCALLHOST -> VMMCALLRING3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/REMAll.cpp

    r20871 r20874  
    102102                Assert(cFlushes++ != 128);
    103103                AssertFatal(cFlushes < _1M);
    104                 VMMRZCallRing3NoCpu(pVM, VMMCALLHOST_REM_REPLAY_HANDLER_NOTIFICATIONS, 0);
     104                VMMRZCallRing3NoCpu(pVM, VMMCALLRING3_REM_REPLAY_HANDLER_NOTIFICATIONS, 0);
    105105                idxFree = ASMAtomicUoReadU32(&pVM->rem.s.idxFreeList);
    106106            } while (idxFree == (uint32_t)-1);
     
    227227
    228228    /* Ok, we gotta flush them. */
    229     VMMRZCallRing3NoCpu(pVM, VMMCALLHOST_REM_REPLAY_HANDLER_NOTIFICATIONS, 0);
     229    VMMRZCallRing3NoCpu(pVM, VMMCALLRING3_REM_REPLAY_HANDLER_NOTIFICATIONS, 0);
    230230}
    231231#endif /* IN_RC */
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