Changeset 32410 in vbox
- Timestamp:
- Sep 10, 2010 2:19:33 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 65772
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r32401 r32410 1119 1119 LogFlow(("InvalidatePage %RGv\n", GCPtrPage)); 1120 1120 1121 # ifdef PGMPOOL_WITH_OPTIMIZED_DIRTY_PT1122 /** @todo this shouldn't be necessary. */1123 if (pPool->cDirtyPages)1124 pgmPoolResetDirtyPages(pVM);1125 # endif1126 1127 1121 /* 1128 1122 * Get the shadow PD entry and skip out if this PD isn't present. … … 1278 1272 # ifdef PGMPOOL_WITH_OPTIMIZED_DIRTY_PT 1279 1273 /* Reset the modification counter (OpenSolaris trashes tlb entries very often) */ 1280 if (pShwPage->cModifications) 1274 if ( !pShwPage->fDirty 1275 && pShwPage->cModifications) 1281 1276 pShwPage->cModifications = 1; 1282 1277 # endif
Note:
See TracChangeset
for help on using the changeset viewer.