VirtualBox

Changeset 25915 in vbox


Ignore:
Timestamp:
Jan 19, 2010 3:50:43 PM (15 years ago)
Author:
vboxsync
Message:

PGMInvalidatePage: invalidate the TLB entry; might already be done by InvalidatePage (@todo)

File:
1 edited

Legend:

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

    r25912 r25915  
    752752    STAM_PROFILE_STOP(&pVCpu->pgm.s.CTX_MID_Z(Stat,InvalidatePage), a);
    753753
     754    /* Invalidate the TLB entry; might already be done by InvalidatePage (@todo) */
     755    PGM_INVL_PG(pVCpu, GCPtrPage);
     756
    754757#ifdef IN_RING3
    755758    /*
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