Changeset 54332 in vbox
- Timestamp:
- Feb 20, 2015 2:45:13 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMR0.cpp
r54308 r54332 1401 1401 /* Clear it while leaving HM context, hmPokeCpuForTlbFlush() relies on this. */ 1402 1402 pVCpu->hm.s.idEnteredCpu = NIL_RTCPUID; 1403 1404 /* Clear the VCPU <-> host CPU mapping as we've left HM context. */1405 ASMAtomicWriteU32(&pVCpu->idHostCpu, NIL_RTCPUID); /** @todo r=bird: This is VMMR0.cpp's job, isn't it? */1406 1403 1407 1404 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.