Ticket #19644: vb-6.0.24-kernel-5.8-p4-3.patch
| File vb-6.0.24-kernel-5.8-p4-3.patch, 538 bytes (added by , 4 years ago) |
|---|
-
src/VBox/Runtime/r0drv/linux/alloc-r0drv-linux.c
a b 38 38 39 39 40 40 #if (defined(RT_ARCH_AMD64) || defined(DOXYGEN_RUNNING)) && !defined(RTMEMALLOC_EXEC_HEAP) 41 # if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 23) 41 # if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 23) && LINUX_VERSION_CODE < KERNEL_VERSION(5, 8, 0) 42 42 /** 43 43 * Starting with 2.6.23 we can use __get_vm_area and map_vm_area to allocate 44 44 * memory in the moduel range. This is preferrable to the exec heap below.

