- Timestamp:
- Mar 5, 2007 1:31:41 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp
r1211 r1214 587 587 /* All done! Let's start VM execution. */ 588 588 STAM_PROFILE_ADV_START(&pVM->hwaccm.s.StatInGC, x); 589 590 /** Erratum #170 -> must force a TLB flush */ 591 /** @todo supposed to be fixed in future by AMD */ 592 fForceTLBFlush = true; 593 589 594 if ( pVM->hwaccm.s.svm.fResumeVM == false 590 595 || fForceTLBFlush)
Note:
See TracChangeset
for help on using the changeset viewer.