VirtualBox

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


Ignore:
Timestamp:
Jan 6, 2017 2:06:47 PM (8 years ago)
Author:
vboxsync
Message:

Runtime: Linux 4.10 fix for get_user_pages_remote()

File:
1 edited

Legend:

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

    r64561 r65183  
    10791079# endif
    10801080                                &pMemLnx->apPages[0],   /* Page array. */
    1081                                 papVMAs);               /* vmas */
     1081                                papVMAs                 /* vmas */
     1082# if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 10, 0)
     1083                                , NULL                  /* locked */
     1084# endif
     1085                                );
    10821086#else /* LINUX_VERSION_CODE < KERNEL_VERSION(4, 6, 0) */
    10831087            rc = get_user_pages(pTask,                  /* Task for fault accounting. */
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