VirtualBox

Changeset 24833 in vbox


Ignore:
Timestamp:
Nov 20, 2009 4:11:19 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
55062
Message:

Skip flush in HWACCMInvalidatePageOnAllVCpus when a tlb flush is already pending.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/VBox/VMM/VMMAll/HWACCMAll.cpp

    r24832 r24833  
    174174        PVMCPU pVCpu = &pVM->aCpus[idCpu];
    175175
     176        /* Nothing to do if a TLB flush is already pending; the VCPU should have already been poked if it were active */
     177        if (VMCPU_FF_ISSET(pVCpu, VMCPU_FF_TLB_FLUSH))
     178            continue;
     179
    176180        if (pVCpu->idCpu == idCurCpu)
    177181        {
Note: See TracChangeset for help on using the changeset viewer.

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