VirtualBox

Changeset 24702 in vbox for trunk


Ignore:
Timestamp:
Nov 16, 2009 3:30:06 PM (15 years ago)
Author:
vboxsync
Message:

Disabled the physical TLB again; regressions

File:
1 edited

Legend:

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

    r24701 r24702  
    822822        pTlbe->pv = pPGM->CTXALLSUFF(pvZeroPg);
    823823    }
     824#if 0 /* broken */
    824825    pTlbe->GCPhys = (GCPhys & X86_PTE_PAE_PG_MASK);
     826#endif
    825827    pTlbe->pPage  = pPage;
    826828    return VINF_SUCCESS;
     
    866868        pTlbe->pv = pPGM->CTXALLSUFF(pvZeroPg);
    867869    }
     870#if 0 /* broken */
    868871    pTlbe->GCPhys = (GCPhys & X86_PTE_PAE_PG_MASK);
     872#endif
    869873    pTlbe->pPage = pPage;
    870874    return VINF_SUCCESS;
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