VirtualBox

Changeset 54600 in vbox


Ignore:
Timestamp:
Mar 3, 2015 3:03:22 PM (10 years ago)
Author:
vboxsync
Message:

VMM/HMR0: Clarify todo.

File:
1 edited

Legend:

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

    r54545 r54600  
    14281428    pVCpu->hm.s.idEnteredCpu = NIL_RTCPUID;
    14291429
    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? */
     1430    /* Clear the VCPU <-> host CPU mapping as we've left HM context (for the preemption hook case). */
     1431    ASMAtomicWriteU32(&pVCpu->idHostCpu, NIL_RTCPUID);
    14321432
    14331433    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