Changeset 29576 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- May 17, 2010 4:31:12 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 61720
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/PGMR0SharedPage.cpp
r29570 r29576 154 154 /* Invalidate page map TLB entry for this page too. */ 155 155 PGMPhysInvalidatePageMapTLBEntry(pVM, paPageDesc[i].GCPhys); 156 pVM->pgm.s.cReusedSharedPages++; 156 157 } 157 158 /* else nothing changed (== this page is now a shared page), so no need to flush anything. */
Note:
See TracChangeset
for help on using the changeset viewer.