VirtualBox

Changeset 32544 in vbox


Ignore:
Timestamp:
Sep 16, 2010 10:00:23 AM (14 years ago)
Author:
vboxsync
Message:

Disabled pae/32-bit optimization due to XP installation regressions

File:
1 edited

Legend:

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

    r32481 r32544  
    12481248    if (    pPage->cModifications >= cMaxModifications
    12491249        &&  !fForcedFlush
     1250# if 1
     1251        &&  (pPage->enmKind == PGMPOOLKIND_PAE_PT_FOR_PAE_PT)
     1252# else
    12501253        &&  (pPage->enmKind == PGMPOOLKIND_PAE_PT_FOR_PAE_PT || pPage->enmKind == PGMPOOLKIND_PAE_PT_FOR_32BIT_PT)
     1254# endif
    12511255        &&  (   fNotReusedNotForking
    12521256             || (   !pgmPoolMonitorIsReused(pVM, pVCpu, pRegFrame, pDis, pvFault)
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