Changeset 8853 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- May 15, 2008 1:57:31 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r8454 r8853 908 908 static int pgmPoolCacheFreeOne(PPGMPOOL pPool, uint16_t iUser) 909 909 { 910 #ifdef IN_RING0 911 const PVM pVM = pPool->CTXSUFF(pVM); 912 #endif 910 913 Assert(pPool->iAgeHead != pPool->iAgeTail); /* We shouldn't be here if there < 2 cached entries! */ 911 914 STAM_COUNTER_INC(&pPool->StatCacheFreeUpOne); … … 1032 1035 static int pgmPoolCacheAlloc(PPGMPOOL pPool, RTGCPHYS GCPhys, PGMPOOLKIND enmKind, uint16_t iUser, uint16_t iUserTable, PPPGMPOOLPAGE ppPage) 1033 1036 { 1037 #ifdef IN_RING0 1038 const PVM pVM = pPool->CTXSUFF(pVM); 1039 #endif 1034 1040 /* 1035 1041 * Look up the GCPhys in the hash.
Note:
See TracChangeset
for help on using the changeset viewer.