VirtualBox

Changeset 8944 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
May 20, 2008 9:49:14 AM (17 years ago)
Author:
vboxsync
Message:

Fixed problem with erratum 170 cpus.

File:
1 edited

Legend:

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

    r8943 r8944  
    820820    }
    821821    else
     822    {
     823        /* We never increase uCurrentASID in the fAlwaysFlushTLB case. */
     824        if (!pCpu->uCurrentASID)
     825            pCpu->uCurrentASID = 1;
     826
    822827        pVMCB->ctrl.TLBCtrl.n.u1TLBFlush = pVM->hwaccm.s.svm.fForceTLBFlush;
     828    }
    823829
    824830    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.

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