Changeset 54552 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Feb 27, 2015 1:47:08 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/VMMR0.cpp
r54467 r54552 1090 1090 rc = VINF_EM_RAW_INTERRUPT; 1091 1091 1092 pVCpu->vmm.s.iLastGZRc = rc;1093 1094 1092 /* 1095 1093 * Invalidate the host CPU identifiers as we restore preemption. … … 1100 1098 if (!fPreemptRestored) 1101 1099 RTThreadPreemptRestore(&PreemptState); 1100 1101 pVCpu->vmm.s.iLastGZRc = rc; 1102 1102 1103 1103 /* Fire dtrace probe and collect statistics. */ … … 1112 1112 else 1113 1113 { 1114 pVCpu->iHostCpuSet = UINT32_MAX; 1115 ASMAtomicWriteU32(&pVCpu->idHostCpu, NIL_RTCPUID); 1114 1116 RTThreadPreemptRestore(&PreemptState); 1115 1117 if (iHostCpuSet < RTCPUSET_MAX_CPUS)
Note:
See TracChangeset
for help on using the changeset viewer.