Changeset 30301 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Jun 18, 2010 8:39:09 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 62841
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r29702 r30301 2571 2571 # ifdef IN_RING3 /* Don't flush in ring-0 or raw mode, it's taking too long. */ 2572 2572 if (pVCpu->pgm.s.fSyncFlags & PGM_SYNC_CLEAR_PGM_POOL) 2573 pgmR3PoolClearAll(pVM );2573 pgmR3PoolClearAll(pVM, false /*fFlushRemTlb*/); 2574 2574 # else /* !IN_RING3 */ 2575 2575 if (pVCpu->pgm.s.fSyncFlags & PGM_SYNC_CLEAR_PGM_POOL)
Note:
See TracChangeset
for help on using the changeset viewer.