VirtualBox

Ignore:
Timestamp:
Feb 26, 2010 1:19:14 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
58125
Message:

Don't pass uAlignment=0 to rtR0MemObjNativeAllocPhys, resolve the alias like is done for the other APIs.

File:
1 edited

Legend:

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

    r26430 r26847  
    196196    AssertMsgReturn(PhysHighest >= 16 *_1M, ("PhysHigest=%RHp\n", PhysHighest), VERR_NOT_IMPLEMENTED);
    197197
    198     /** @todo */
    199     if (    uAlignment != 0
    200         &&  uAlignment != PAGE_SIZE)
     198    /** @todo alignment */
     199    if (uAlignment != PAGE_SIZE)
    201200        return VERR_NOT_SUPPORTED;
    202201
Note: See TracChangeset for help on using the changeset viewer.

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