VirtualBox

Changeset 54545 in vbox


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

VMM/HMR0: Temporarily revert r98414.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMR0.cpp

    r54395 r54545  
    14271427    /* Clear it while leaving HM context, hmPokeCpuForTlbFlush() relies on this. */
    14281428    pVCpu->hm.s.idEnteredCpu = NIL_RTCPUID;
     1429
     1430    /* Clear the VCPU <-> host CPU mapping as we've left HM context. */
     1431    ASMAtomicWriteU32(&pVCpu->idHostCpu, NIL_RTCPUID); /** @todo r=bird: This is VMMR0.cpp's job, isn't it? */
    14291432
    14301433    return VINF_SUCCESS;
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