VirtualBox

Changeset 25543 in vbox


Ignore:
Timestamp:
Dec 21, 2009 2:38:08 PM (15 years ago)
Author:
vboxsync
Message:

Enabled physical page map TLB again (regression alert)

File:
1 edited

Legend:

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

    r25251 r25543  
    870870        pTlbe->pv = pPGM->CTXALLSUFF(pvZeroPg);
    871871    }
    872 #if 0 /* Testing */
     872#if 1 /* Testing */
    873873    pTlbe->GCPhys = (GCPhys & X86_PTE_PAE_PG_MASK);
    874874#endif
     
    916916        pTlbe->pv = pPGM->CTXALLSUFF(pvZeroPg);
    917917    }
    918 #if 0 /* Testing */
     918#if 1 /* Testing */
    919919    pTlbe->GCPhys = (GCPhys & X86_PTE_PAE_PG_MASK);
    920920#endif
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