Changeset 8944 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- May 20, 2008 9:49:14 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp
r8943 r8944 820 820 } 821 821 else 822 { 823 /* We never increase uCurrentASID in the fAlwaysFlushTLB case. */ 824 if (!pCpu->uCurrentASID) 825 pCpu->uCurrentASID = 1; 826 822 827 pVMCB->ctrl.TLBCtrl.n.u1TLBFlush = pVM->hwaccm.s.svm.fForceTLBFlush; 828 } 823 829 824 830 AssertMsg(pCpu->uCurrentASID >= 1 && pCpu->uCurrentASID < pVM->hwaccm.s.svm.u32MaxASID, ("cpu%d uCurrentASID = %x\n", pCpu->idCpu, pCpu->uCurrentASID));
Note:
See TracChangeset
for help on using the changeset viewer.