VirtualBox

Changeset 29295 in vbox for trunk/src


Ignore:
Timestamp:
May 10, 2010 11:25:29 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
61382
Message:

Backed out 61381: deadlock danger

File:
1 edited

Legend:

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

    r29294 r29295  
    15951595        PVMCPU pVCpu = VMMGetCpu(pVM);
    15961596        pVCpu->pgm.s.fSyncFlags |= PGM_SYNC_CLEAR_PGM_POOL;
    1597         pgmPoolSyncCR3(pVCpu);
     1597        VMCPU_FF_SET(pVCpu, VMCPU_FF_PGM_SYNC_CR3);
    15981598    }
    15991599    else
     
    17701770    PVMCPU pVCpu = VMMGetCpu(pVM);
    17711771    pVCpu->pgm.s.fSyncFlags |= PGM_SYNC_CLEAR_PGM_POOL;
    1772     pgmPoolSyncCR3(pVCpu);
     1772    VMCPU_FF_SET(pVCpu, VMCPU_FF_PGM_SYNC_CR3);
    17731773
    17741774    PGMPhysInvalidatePageMapTLB(pVM);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette