Changeset 38708 in vbox for trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp
- Timestamp:
- Sep 9, 2011 2:38:59 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp
r38320 r38708 3686 3686 } 3687 3687 3688 #ifdef PGM_WITH_LARGE_ADDRESS_SPACE_ON_32_BIT_HOST3689 3688 3690 3689 /** … … 3939 3938 } 3940 3939 3941 #endif /* PGM_WITH_LARGE_ADDRESS_SPACE_ON_32_BIT_HOST */3942 3940 3943 3941 /** … … 4001 3999 if (pVM->pgm.s.ChunkR3Map.c >= pVM->pgm.s.ChunkR3Map.cMax) 4002 4000 { 4003 #ifdef PGM_WITH_LARGE_ADDRESS_SPACE_ON_32_BIT_HOST4004 4001 /* Postpone the unmap operation (which requires a rendezvous operation) as we own the PGM lock here. */ 4005 4002 rc = VMR3ReqCallNoWaitU(pVM->pUVM, VMCPUID_ANY_QUEUE, (PFNRT)pgmR3PhysUnmapChunk, 1, pVM); 4006 4003 AssertRC(rc); 4007 #else4008 AssertFatalFailed(); /* can't happen */4009 #endif4010 4004 } 4011 4005 }
Note:
See TracChangeset
for help on using the changeset viewer.