Changeset 28052 in vbox
- Timestamp:
- Apr 7, 2010 2:28:19 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMPhys.cpp
r28044 r28052 797 797 if (fInflate) 798 798 { 799 /* Flush the PGM pool cache as we might have stale references to pages that we just freed. */ 800 pgmR3PoolClearAllRendezvous(pVM, pVCpu, NULL); 801 799 802 /* Replace pages with ZERO pages. */ 800 803 rc = GMMR3FreePagesPrepare(pVM, &pReq, PGMPHYS_FREE_PAGE_BATCH_SIZE, GMMACCOUNT_BASE); … … 844 847 } 845 848 GMMR3FreePagesCleanup(pReq); 846 847 /* Flush the PGM pool cache as we might have stale references to pages that we just freed. */848 pgmR3PoolClearAllRendezvous(pVM, pVCpu, NULL);849 849 } 850 850 else
Note:
See TracChangeset
for help on using the changeset viewer.