VirtualBox

Changeset 28018 in vbox


Ignore:
Timestamp:
Apr 6, 2010 3:57:40 PM (15 years ago)
Author:
vboxsync
Message:

Solaris/r0drv: memobj, Argh.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/solaris/vbi/memobj-r0drv-solaris.c

    r28017 r28018  
    468468int rtR0MemObjNativeProtect(PRTR0MEMOBJINTERNAL pMem, size_t offSub, size_t cbSub, uint32_t fProt)
    469469{
    470     PRTR0MEMOBJSOLARIS pMemSolaris = (PRTR0MEMOBJSOLARIS)pMem;
    471 
    472     if (pMemSolaris->Core.enmType == RTR0MEMOBJTYPE_PHYS_NC)
    473     {
    474 //        LogRel(("here \n"));
    475 //        vbi_page_lock(pMemSolaris->pvHandle, pMemSolaris->Core.cb);
    476     }
    477 
    478470    NOREF(pMem);
    479471    NOREF(offSub);
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