Changeset 54600 in vbox
- Timestamp:
- Mar 3, 2015 3:03:22 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMR0.cpp
r54545 r54600 1428 1428 pVCpu->hm.s.idEnteredCpu = NIL_RTCPUID; 1429 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? */1430 /* Clear the VCPU <-> host CPU mapping as we've left HM context (for the preemption hook case). */ 1431 ASMAtomicWriteU32(&pVCpu->idHostCpu, NIL_RTCPUID); 1432 1432 1433 1433 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.