Changeset 90519 in vbox for trunk/src/VBox/Runtime/r0drv
- Timestamp:
- Aug 4, 2021 1:27:10 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/alloc-r0drv-linux.c
r90516 r90519 39 39 40 40 #if (defined(RT_ARCH_AMD64) || defined(DOXYGEN_RUNNING)) && !defined(RTMEMALLOC_EXEC_HEAP) 41 # if RTLNX_VER_MIN(2,6,23) && RTLNX_VER_MAX(5,8,0) && !RTLNX_RHEL_MAJ_PREREQ(8,5)41 # if RTLNX_VER_MIN(2,6,23) && RTLNX_VER_MAX(5,8,0) 42 42 /** 43 43 * Starting with 2.6.23 we can use __get_vm_area and map_vm_area to allocate
Note:
See TracChangeset
for help on using the changeset viewer.