Changeset 43896 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Nov 16, 2012 12:54:38 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp
r43867 r43896 1118 1118 * This is the AMD erratum 170. We need to flush the entire TLB for each world switch. Sad. 1119 1119 */ 1120 pCpu->uCurrentAsid 1120 pCpu->uCurrentAsid = 1; 1121 1121 pVCpu->hm.s.uCurrentAsid = 1; 1122 1122 pVCpu->hm.s.cTlbFlushes = pCpu->cTlbFlushes;
Note:
See TracChangeset
for help on using the changeset viewer.