- Timestamp:
- Sep 21, 2009 8:35:19 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 52586
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/HWACCMAll.cpp
r22890 r23167 163 163 PVMCPU pVCpu = &pVM->aCpus[idCpu]; 164 164 165 /* Nothing to do if a TLB flush is already pending; the VCPU should have already been poked if it were active */ 166 if (VMCPU_FF_ISSET(pVCpu, VMCPU_FF_TLB_FLUSH)) 167 continue; 168 165 169 VMCPU_FF_SET(pVCpu, VMCPU_FF_TLB_FLUSH); 166 170 if (idThisCpu == idCpu)
Note:
See TracChangeset
for help on using the changeset viewer.