VirtualBox

Changeset 29294 in vbox for trunk/src


Ignore:
Timestamp:
May 10, 2010 11:23:14 AM (15 years ago)
Author:
vboxsync
Message:

Clear the pgm pool immediately

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMPhys.cpp

    r29293 r29294  
    15951595        PVMCPU pVCpu = VMMGetCpu(pVM);
    15961596        pVCpu->pgm.s.fSyncFlags |= PGM_SYNC_CLEAR_PGM_POOL;
    1597         VMCPU_FF_SET(pVCpu, VMCPU_FF_PGM_SYNC_CR3);
     1597        pgmPoolSyncCR3(pVCpu);
    15981598    }
    15991599    else
     
    17701770    PVMCPU pVCpu = VMMGetCpu(pVM);
    17711771    pVCpu->pgm.s.fSyncFlags |= PGM_SYNC_CLEAR_PGM_POOL;
    1772     VMCPU_FF_SET(pVCpu, VMCPU_FF_PGM_SYNC_CR3);
     1772    pgmPoolSyncCR3(pVCpu);
    17731773
    17741774    PGMPhysInvalidatePageMapTLB(pVM);
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