Changeset 68217 in vbox for trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c
- Timestamp:
- Aug 1, 2017 11:22:27 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c
r68216 r68217 1028 1028 /* openSUSE Leap 42.3 detection :-/ */ 1029 1029 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 4, 0) \ 1030 && LINUX_VERSION_CODE < KERNEL_VERSION(4, 9, 0) \1030 && LINUX_VERSION_CODE < KERNEL_VERSION(4, 6, 0) \ 1031 1031 && defined(FAULT_FLAG_REMOTE) 1032 # define GET_USER_PAGES_API KERNEL_VERSION(4, 10, 0) 1032 # define GET_USER_PAGES_API KERNEL_VERSION(4, 10, 0) /* no typo! */ 1033 1033 #else 1034 1034 # define GET_USER_PAGES_API LINUX_VERSION_CODE
Note:
See TracChangeset
for help on using the changeset viewer.