VirtualBox

Changeset 24715 in vbox for trunk


Ignore:
Timestamp:
Nov 17, 2009 10:52:56 AM (15 years ago)
Author:
vboxsync
Message:

Enabled the physical page TLB again to get feedback from the test machines.

File:
1 edited

Legend:

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

    r24711 r24715  
    824824        pTlbe->pv = pPGM->CTXALLSUFF(pvZeroPg);
    825825    }
    826 #if 0 /* broken */
     826#if 1 /* Testing */
    827827    pTlbe->GCPhys = (GCPhys & X86_PTE_PAE_PG_MASK);
    828828#endif
     
    870870        pTlbe->pv = pPGM->CTXALLSUFF(pvZeroPg);
    871871    }
    872 #if 0 /* broken */
     872#if 1 /* Testing */
    873873    pTlbe->GCPhys = (GCPhys & X86_PTE_PAE_PG_MASK);
    874874#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