VirtualBox

Changeset 13675 in vbox for trunk/src/VBox/Runtime/r0drv


Ignore:
Timestamp:
Oct 30, 2008 1:29:59 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
38636
Message:

mark multiple allocated pages as compound

File:
1 edited

Legend:

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

    r13666 r13675  
    184184        ||  cb <= PAGE_SIZE * 2)
    185185    {
     186#ifdef VBOX_USE_INSERT_PAGE
     187        paPages = alloc_pages(fFlagsLnx |  __GFP_COMP, rtR0MemObjLinuxOrder(cb >> PAGE_SHIFT));
     188#else
    186189        paPages = alloc_pages(fFlagsLnx, rtR0MemObjLinuxOrder(cb >> PAGE_SHIFT));
     190#endif
    187191        if (paPages)
    188192        {
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