VirtualBox

Changeset 68216 in vbox for trunk/src


Ignore:
Timestamp:
Aug 1, 2017 11:18:19 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
117317
Message:

Runtime/r0drv/linux: openSUSE Leap 42.3 tweak for a Linux 4.4 kernel with Linux 4.10 get_user_pages() interface (fix)

File:
1 edited

Legend:

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

    r68215 r68216  
    10281028/* openSUSE Leap 42.3 detection :-/ */
    10291029#if    LINUX_VERSION_CODE >= KERNEL_VERSION(4, 4, 0) \
    1030     && LINUX_VERSION_CODE <  KERNEL_VERSION(4, 10, 0) \
     1030    && LINUX_VERSION_CODE <  KERNEL_VERSION(4, 9, 0) \
    10311031    && defined(FAULT_FLAG_REMOTE)
    10321032# define GET_USER_PAGES_API     KERNEL_VERSION(4, 10, 0)
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