VirtualBox

Changeset 44677 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Feb 13, 2013 10:50:00 PM (12 years ago)
Author:
vboxsync
Message:

memobj-r0drv-solaris.c: Fixed mapping of RTR0MEMOBJTYPE_PHYS objects into kernel space.

File:
1 edited

Legend:

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

    r43403 r44677  
    973973    while (off < cbSub)
    974974    {
    975         RTHCPHYS HCPhys = rtR0MemObjNativeGetPagePhysAddr(pMemToMap, (offSub + offSub) >> PAGE_SHIFT);
     975        RTHCPHYS HCPhys = RTR0MemObjGetPagePhysAddr(pMemToMap, (offSub + offSub) >> PAGE_SHIFT);
    976976        AssertBreakStmt(HCPhys != NIL_RTHCPHYS, rc = VERR_INTERNAL_ERROR_2);
    977977        pfn_t pfn = HCPhys >> PAGE_SHIFT;
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