Changeset 40967 in vbox for trunk/src/VBox/Runtime/r0drv/solaris
- Timestamp:
- Apr 17, 2012 5:17:10 PM (13 years ago)
- Location:
- trunk/src/VBox/Runtime/r0drv/solaris/vbi
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/solaris/vbi/memobj-r0drv-solaris.c
r40966 r40967 389 389 } 390 390 391 391 392 /** 392 393 * Prepares the large page allocated by rtR0MemObjSolLargePageAlloc to be mapped. … … 489 490 } 490 491 } 492 491 493 492 494 /** … … 734 736 * Allocate one large page. 735 737 */ 736 cmn_err(CE_NOTE, "calling rtR0MemObjSolLargePageAlloc\n");737 738 void *pvPages = rtR0MemObjSolLargePageAlloc(&PhysAddr, cb); 738 739 if (RT_LIKELY(pvPages)) … … 754 755 * Allocate physically contiguous memory aligned as specified. 755 756 */ 756 cmn_err(CE_NOTE, "rtR0MemObjNativeAllocPhys->rtR0SolMemAlloc\n");757 757 AssertCompile(NIL_RTHCPHYS == UINT64_MAX); 758 758 PhysAddr = PhysHighest; -
trunk/src/VBox/Runtime/r0drv/solaris/vbi/thread2-r0drv-solaris.c
r40966 r40967 113 113 rtThreadNativeMain, /* Thread function */ 114 114 pThreadInt, /* Function data */ 115 sizeof(pThreadInt), /* Data size */115 sizeof(pThreadInt), /* Data size */ 116 116 (proc_t *)RTR0ProcHandleSelf(), /* Process handle */ 117 117 TS_RUN, /* Ready to run */
Note:
See TracChangeset
for help on using the changeset viewer.