Changeset 18959 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Apr 16, 2009 5:21:12 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMInternal.h
r18957 r18959 2300 2300 * The cache size is covering half of the mapping area. */ 2301 2301 RTHCPHYS aHCPhysDynPageMapCache[MM_HYPER_DYNAMIC_SIZE >> (PAGE_SHIFT + 1)]; 2302 /** 2303 * Keep a lock counter for the full (!) mapping area. */ 2302 /** Keep a lock counter for the full (!) mapping area. */ 2304 2303 uint32_t aLockedDynPageMapCache[MM_HYPER_DYNAMIC_SIZE >> (PAGE_SHIFT)]; 2305 2304
Note:
See TracChangeset
for help on using the changeset viewer.