Changeset 12122 in vbox
- Timestamp:
- Sep 5, 2008 9:49:06 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp
r12121 r12122 1004 1004 1005 1005 /* We never increase uCurrentASID in the fAlwaysFlushTLB (erratum 170) case. */ 1006 if (!pCpu->uCurrentASID )1006 if (!pCpu->uCurrentASID || !pVM->hwaccm.s.svm.uCurrentASID) 1007 1007 pVM->hwaccm.s.svm.uCurrentASID = pCpu->uCurrentASID = 1; 1008 1008
Note:
See TracChangeset
for help on using the changeset viewer.