VirtualBox

Ignore:
Timestamp:
Apr 17, 2012 5:17:10 PM (13 years ago)
Author:
vboxsync
Message:

Runtime/r0drv/solaris: spaces and remove debug printfs.

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  
    389389}
    390390
     391
    391392/**
    392393 * Prepares the large page allocated by rtR0MemObjSolLargePageAlloc to be mapped.
     
    489490    }
    490491}
     492
    491493
    492494/**
     
    734736         * Allocate one large page.
    735737         */
    736         cmn_err(CE_NOTE,  "calling rtR0MemObjSolLargePageAlloc\n");
    737738        void *pvPages = rtR0MemObjSolLargePageAlloc(&PhysAddr, cb);
    738739        if (RT_LIKELY(pvPages))
     
    754755         * Allocate physically contiguous memory aligned as specified.
    755756         */
    756         cmn_err(CE_NOTE,  "rtR0MemObjNativeAllocPhys->rtR0SolMemAlloc\n");
    757757        AssertCompile(NIL_RTHCPHYS == UINT64_MAX);
    758758        PhysAddr = PhysHighest;
  • trunk/src/VBox/Runtime/r0drv/solaris/vbi/thread2-r0drv-solaris.c

    r40966 r40967  
    113113                                       rtThreadNativeMain,              /* Thread function */
    114114                                       pThreadInt,                      /* Function data */
    115                                        sizeof(pThreadInt),              /* Data size*/
     115                                       sizeof(pThreadInt),              /* Data size */
    116116                                       (proc_t *)RTR0ProcHandleSelf(),  /* Process handle */
    117117                                       TS_RUN,                          /* Ready to run */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette