Changeset 30808 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jul 13, 2010 4:50:39 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMPhys.cpp
r30807 r30808 3476 3476 { 3477 3477 /* Postpone the unmap operation (which requires a rendezvous operation) as we own the PGM lock here. */ 3478 intrc = VMR3ReqCallNoWaitU(pVM->pUVM, VMCPUID_ANY_QUEUE, (PFNRT)pgmR3PhysUnmapChunk, 1, pVM);3478 rc = VMR3ReqCallNoWaitU(pVM->pUVM, VMCPUID_ANY_QUEUE, (PFNRT)pgmR3PhysUnmapChunk, 1, pVM); 3479 3479 AssertRC(rc); 3480 3480 }
Note:
See TracChangeset
for help on using the changeset viewer.