Changeset 17204 in vbox
- Timestamp:
- Feb 27, 2009 1:20:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMInternal.h
r17140 r17204 57 57 * Enable to use the PGM pool for all levels in the paging chain in all paging modes. 58 58 */ 59 //#define VBOX_WITH_PGMPOOL_PAGING_ONLY59 #define VBOX_WITH_PGMPOOL_PAGING_ONLY 60 60 61 61 /** … … 4692 4692 else 4693 4693 pgmPoolTrackPhysExtDerefGCPhys(pPool, pPoolPage, pPhysPage); 4694 Log Flow(("pgmTrackDerefGCPhys: HCPhys=%RHp -> %RHp\n", HCPhysOrg, pPhysPage->HCPhys));4694 Log2(("pgmTrackDerefGCPhys: HCPhys=%RHp -> %RHp\n", HCPhysOrg, pPhysPage->HCPhys)); 4695 4695 } 4696 4696 #endif /* PGMPOOL_WITH_GCPHYS_TRACKING */
Note:
See TracChangeset
for help on using the changeset viewer.