VirtualBox

Changeset 14836 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Nov 30, 2008 8:51:20 PM (16 years ago)
Author:
vboxsync
Message:

SUPDrv.c/memobj-r0drv-darwin.cpp: removed debug printf left behind earlier today.

Location:
trunk/src/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDrv.c

    r14825 r14836  
    25382538     */
    25392539    AssertReturn(SUP_IS_SESSION_VALID(pSession), VERR_INVALID_PARAMETER);
    2540 SUPR0Printf("SUPR0PageMapKernel: 1\n");
    25412540    AssertPtrNullReturn(ppvR0, VERR_INVALID_POINTER);
    25422541    AssertReturn(!fFlags, VERR_INVALID_PARAMETER);
    2543 SUPR0Printf("SUPR0PageMapKernel: 2\n");
    25442542    AssertReturn(!(offSub & PAGE_OFFSET_MASK), VERR_INVALID_PARAMETER);
    2545 SUPR0Printf("SUPR0PageMapKernel: 3\n");
    25462543    AssertReturn(!(cbSub & PAGE_OFFSET_MASK), VERR_INVALID_PARAMETER);
    2547 SUPR0Printf("SUPR0PageMapKernel: 4\n");
    25482544    AssertReturn(cbSub, VERR_INVALID_PARAMETER);
    2549 SUPR0Printf("SUPR0PageMapKernel: 5 - ok\n");
    25502545
    25512546    /*
     
    25762571    }
    25772572    RTSpinlockRelease(pSession->Spinlock, &SpinlockTmp);
    2578 SUPR0Printf("SUPR0PageMapKernel: hMemObj=%p\n", hMemObj);
    25792573
    25802574    rc = VERR_INVALID_PARAMETER;
     
    25912585        {
    25922586            RTR0MEMOBJ hMapObj;
    2593 SUPR0Printf("RTR0MemObjMapKernelEx: hMemObj=%p\n", hMemObj);
    25942587            rc = RTR0MemObjMapKernelEx(&hMapObj, hMemObj, (void *)-1, 0,
    25952588                                       RTMEM_PROT_READ | RTMEM_PROT_WRITE, offSub, cbSub);
  • trunk/src/VBox/Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp

    r14824 r14836  
    550550    int rc = VERR_INVALID_PARAMETER;
    551551    PRTR0MEMOBJDARWIN pMemToMapDarwin = (PRTR0MEMOBJDARWIN)pMemToMap;
    552 printf("rtR0MemObjNativeMapKernel: pMemDesc=%p\n", pMemToMapDarwin->pMemDesc);
    553552    if (pMemToMapDarwin->pMemDesc)
    554553    {
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