Changeset 102304 in vbox
- Timestamp:
- Nov 27, 2023 12:14:34 PM (18 months ago)
- svn:sync-xref-src-repo-rev:
- 160438
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/sharedfolders/regops.c
r101359 r102304 2121 2121 #if RTLNX_VER_MIN(2,6,19) 2122 2122 /* See kernel 6.0.0 change eba2d3d798295dc43cae8fade102f9d083a2a741. */ 2123 # if RTLNX_VER_MIN(6,0,0) 2123 # if RTLNX_VER_MIN(6,0,0) || RTLNX_RHEL_MAJ_PREREQ(9,4) 2124 2124 # define VBOX_IOV_GET_PAGES iov_iter_get_pages2 2125 2125 # else -
trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c
r100475 r102304 1263 1263 # endif 1264 1264 1265 # if RTLNX_VER_MIN(6,5,0) 1265 # if RTLNX_VER_MIN(6,5,0) || RTLNX_RHEL_MAJ_PREREQ(9,4) 1266 1266 pEntry = __pte_map(&u.Middle, ulAddr); 1267 1267 # elif RTLNX_VER_MIN(2,5,5) || defined(pte_offset_map) /* As usual, RHEL 3 had pte_offset_map earlier. */
Note:
See TracChangeset
for help on using the changeset viewer.