Changeset 30839 in vbox
- Timestamp:
- Jul 14, 2010 2:00:28 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMPhys.cpp
r30838 r30839 3442 3442 * 3443 3443 * @remarks Called from within the PGM critical section. 3444 * @remarks Can be called from any thread! 3444 3445 */ 3445 3446 int pgmR3PhysChunkMap(PVM pVM, uint32_t idChunk, PPPGMCHUNKR3MAP ppChunk) … … 3490 3491 #ifdef VBOX_WITH_LARGE_ADDRESS_SPACE_ON_32_BIT_HOST 3491 3492 /* Postpone the unmap operation (which requires a rendezvous operation) as we own the PGM lock here. */ 3492 rc = VMR3ReqCallNoWaitU(pVM->pUVM, VMCPUID_ANY _QUEUE, (PFNRT)pgmR3PhysUnmapChunk, 1, pVM);3493 rc = VMR3ReqCallNoWaitU(pVM->pUVM, VMCPUID_ANY, (PFNRT)pgmR3PhysUnmapChunk, 1, pVM); 3493 3494 AssertRC(rc); 3494 3495 #else
Note:
See TracChangeset
for help on using the changeset viewer.