Changeset 54717 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Mar 11, 2015 4:04:48 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/VMMR0.cpp
r54712 r54717 510 510 VMMR0DECL(int) VMMR0ThreadCtxHooksDeregister(PVMCPU pVCpu) 511 511 { 512 /* Clear the VCPU <-> host CPU mapping as we've left HM context. See @bugref{7726} comment #19. */ 513 ASMAtomicWriteU32(&pVCpu->idHostCpu, NIL_RTCPUID); 514 512 515 if (pVCpu->vmm.s.hR0ThreadCtx != NIL_RTTHREADCTX) 513 516 { … … 516 519 AssertRCReturn(rc, rc); 517 520 } 518 519 /* Clear the VCPU <-> host CPU mapping as we've left HM context. See @bugref{7726} comment #19. */520 ASMAtomicWriteU32(&pVCpu->idHostCpu, NIL_RTCPUID);521 521 return VINF_SUCCESS; 522 522 }
Note:
See TracChangeset
for help on using the changeset viewer.