Changeset 4755 in vbox for trunk/src/VBox/Runtime/r0drv
- Timestamp:
- Sep 13, 2007 8:05:08 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/memobj-r0drv.cpp
r4233 r4755 187 187 && pMem->u.Mapping.R0Process != NIL_RTR0PROCESS) 188 188 || ( pMem->enmType == RTR0MEMOBJTYPE_LOCK 189 && pMem->u.Lock.R0Process != NIL_RTR0PROCESS) 190 || ( pMem->enmType == RTR0MEMOBJTYPE_PHYS_NC 189 191 && pMem->u.Lock.R0Process != NIL_RTR0PROCESS) 190 192 || ( pMem->enmType == RTR0MEMOBJTYPE_RES_VIRT … … 467 469 R0Process = RTR0ProcHandleSelf(); 468 470 469 /* do the allocation. */471 /* do the locking. */ 470 472 return rtR0MemObjNativeLockUser(pMemObj, R3PtrAligned, cbAligned, R0Process); 471 473 }
Note:
See TracChangeset
for help on using the changeset viewer.