VirtualBox

Changeset 23167 in vbox for trunk


Ignore:
Timestamp:
Sep 21, 2009 8:35:19 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
52586
Message:

Nothing to do if a TLB flush is already pending; the VCPU should have already been poked if it were active

File:
1 edited

Legend:

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

    r22890 r23167  
    163163        PVMCPU pVCpu = &pVM->aCpus[idCpu];
    164164
     165        /* Nothing to do if a TLB flush is already pending; the VCPU should have already been poked if it were active */
     166        if (VMCPU_FF_ISSET(pVCpu, VMCPU_FF_TLB_FLUSH))
     167            continue;
     168
    165169        VMCPU_FF_SET(pVCpu, VMCPU_FF_TLB_FLUSH);
    166170        if (idThisCpu == idCpu)
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