VirtualBox

Changeset 30383 in vbox


Ignore:
Timestamp:
Jun 23, 2010 9:30:15 AM (15 years ago)
Author:
vboxsync
Message:

Solaris/memobj: comment fix.

File:
1 edited

Legend:

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

    r29027 r30383  
    183183     * The contig_alloc() way of allocating NC pages is broken or does not match our semantics. Refer #4716 for details.
    184184     */
    185     /* caddr_t virtAddr  = vbi_phys_alloc(&physAddr, cb, PAGE_SIZE, 0 /* non-contiguous */); */
     185#if 0
     186    /* caddr_t virtAddr  = vbi_phys_alloc(&physAddr, cb, PAGE_SIZE, 0 /* non-contiguous */);
     187#endif
    186188    caddr_t virtAddr = ddi_umem_alloc(cb, DDI_UMEM_SLEEP, &pMemSolaris->Cookie);
    187189    if (RT_UNLIKELY(virtAddr == NULL))
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