VirtualBox

Changeset 27814 in vbox for trunk/src


Ignore:
Timestamp:
Mar 30, 2010 8:42:23 AM (15 years ago)
Author:
vboxsync
Message:

Backed out part of r59436

Location:
trunk/src/VBox/VMM/VMMAll
Files:
2 edited

Legend:

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

    r27813 r27814  
    18151815    int rc;
    18161816
    1817 # ifdef PGMPOOL_WITH_OPTIMIZED_DIRTY_PT
    1818     PPGMPOOL pPool = pVM->pgm.s.CTX_SUFF(pPool);
    1819     if (pPool->cDirtyPages)
    1820         pgmPoolResetDirtyPages(pVM);
    1821 # endif
    1822 
    18231817    /*
    18241818     * The pool may have pending stuff and even require a return to ring-3 to
  • trunk/src/VBox/VMM/VMMAll/PGMAllBth.h

    r27790 r27814  
    34823482    pgmLock(pVM);
    34833483
     3484# ifdef PGMPOOL_WITH_OPTIMIZED_DIRTY_PT
     3485    PPGMPOOL pPool = pVM->pgm.s.CTX_SUFF(pPool);
     3486    if (pPool->cDirtyPages)
     3487        pgmPoolResetDirtyPages(pVM);
     3488# endif
     3489
    34843490    /*
    34853491     * Update page access handlers.
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