- Timestamp:
- Jul 29, 2020 10:47:38 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c
r85514 r85516 55 55 /** @def IPRT_USE_ALLOC_VM_AREA_FOR_EXEC 56 56 * Whether we use alloc_vm_area (3.2+) for executable memory. 57 * This is a must for 5.8+, but we'll enable it for earlier kernels later. */ 58 #if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 8, 0) || defined(DOXYGEN_RUNNING) 57 * This is a must for 5.8+, but we enable it all the way back to 3.2.x for 58 * better W^R compliance (fExecutable flag). */ 59 #if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 2, 0) || defined(DOXYGEN_RUNNING) 59 60 # define IPRT_USE_ALLOC_VM_AREA_FOR_EXEC 60 61 #endif
Note:
See TracChangeset
for help on using the changeset viewer.