Changeset 26411 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Feb 10, 2010 2:54:14 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/GMMR0.cpp
r23610 r26411 1664 1664 { 1665 1665 RTSemFastMutexRelease(pGMM->Mtx); 1666 int rc = gmmR0AllocateOneChunk(pGMM, pSet, NIL_GVM_HANDLE);1666 int rc = gmmR0AllocateOneChunk(pGMM, pSet, hGVM); 1667 1667 int rc2 = RTSemFastMutexRequest(pGMM->Mtx); 1668 1668 AssertRCReturn(rc2, rc2); … … 2281 2281 { 2282 2282 /** @todo R0 -> VM request */ 2283 /* The chunk can be owned by more than one VM if fBoundMemoryMode is false! */ 2283 2284 } 2284 2285 else
Note:
See TracChangeset
for help on using the changeset viewer.