- Timestamp:
- Feb 19, 2019 5:11:53 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c
r77208 r77367 1031 1031 && LINUX_VERSION_CODE < KERNEL_VERSION(4, 6, 0) \ 1032 1032 && defined(FAULT_FLAG_REMOTE) 1033 # define GET_USER_PAGES_API KERNEL_VERSION(4, 10, 0) /* no typo! */ 1034 /* The get_user_pages API change was back-ported to 4.4.168. */ 1035 #elif LINUX_VERSION_CODE >= KERNEL_VERSION(4, 4, 168) \ 1036 && LINUX_VERSION_CODE < KERNEL_VERSION(4, 5, 0) 1033 1037 # define GET_USER_PAGES_API KERNEL_VERSION(4, 10, 0) /* no typo! */ 1034 1038 #else
Note:
See TracChangeset
for help on using the changeset viewer.