VirtualBox

Changeset 49274 in vbox for trunk


Ignore:
Timestamp:
Oct 24, 2013 12:34:28 PM (11 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: Incorrect assertion for SMP.

File:
1 edited

Legend:

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

    r49270 r49274  
    18231823            break;
    18241824    }
    1825     Assert(!VMCPU_FF_IS_PENDING(pVCpu, VMCPU_FF_TLB_FLUSH));
     1825
     1826    /* VMCPU_FF_TLB_SHOOTDOWN is unused. */
    18261827    Assert(!VMCPU_FF_IS_PENDING(pVCpu, VMCPU_FF_TLB_SHOOTDOWN));
     1828
     1829    /* Don't assert that VMCPU_FF_TLB_FLUSH should no longer pending. It can be set by other EMTs. */
    18271830}
    18281831
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