VirtualBox

Changeset 12122 in vbox


Ignore:
Timestamp:
Sep 5, 2008 9:49:06 AM (16 years ago)
Author:
vboxsync
Message:

Fixed regression for AMD-V cpus with erratum 170.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp

    r12121 r12122  
    10041004
    10051005        /* We never increase uCurrentASID in the fAlwaysFlushTLB (erratum 170) case. */
    1006         if (!pCpu->uCurrentASID)
     1006        if (!pCpu->uCurrentASID || !pVM->hwaccm.s.svm.uCurrentASID)
    10071007            pVM->hwaccm.s.svm.uCurrentASID = pCpu->uCurrentASID = 1;
    10081008
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette