Changeset 102874 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Jan 15, 2024 12:08:04 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c
r102304 r102874 1263 1263 # endif 1264 1264 1265 # if RTLNX_VER_MIN(6,5,0) || RTLNX_RHEL_ MAJ_PREREQ(9,4)1265 # if RTLNX_VER_MIN(6,5,0) || RTLNX_RHEL_RANGE(9,4, 9,99) 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.