Changeset 54545 in vbox
- Timestamp:
- Feb 27, 2015 11:15:17 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMR0.cpp
r54395 r54545 1427 1427 /* Clear it while leaving HM context, hmPokeCpuForTlbFlush() relies on this. */ 1428 1428 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? */ 1429 1432 1430 1433 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.