- Timestamp:
- Feb 26, 2010 4:50:29 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c
r26866 r26869 283 283 * This should never happen! 284 284 */ 285 printk("rtR0MemObjLinuxAllocPages(cb=%ld, uAlignment=%ld): alloc_pages(..., %d) returned physical memory at %lu!\n", 286 (unsigned long)cb, (unsigned long)uAlignment, rtR0MemObjLinuxOrder(cPages), (unsigned long)page_to_phys(pMemLnx->apPages[0])); 285 287 rtR0MemObjLinuxFreePages(pMemLnx); 286 288 return VERR_NO_MEMORY;
Note:
See TracChangeset
for help on using the changeset viewer.