Changeset 104925 in vbox for trunk/src/VBox/Runtime/r0drv
- Timestamp:
- Jun 14, 2024 3:43:17 PM (9 months ago)
- svn:sync-xref-src-repo-rev:
- 163527
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c
r104848 r104925 1421 1421 # endif 1422 1422 &pMemLnx->apPages[0] /* Page array. */ 1423 # if GET_USER_PAGES_API < KERNEL_VERSION(6, 5, 0) 1423 # if GET_USER_PAGES_API < KERNEL_VERSION(6, 5, 0) && !RTLNX_SUSE_MAJ_PREREQ(15, 6) 1424 1424 , papVMAs /* vmas */ 1425 1425 # endif … … 1468 1468 # endif 1469 1469 &pMemLnx->apPages[0] /* Page array. */ 1470 # if GET_USER_PAGES_API < KERNEL_VERSION(6, 5, 0) 1470 # if GET_USER_PAGES_API < KERNEL_VERSION(6, 5, 0) && !RTLNX_SUSE_MAJ_PREREQ(15, 6) 1471 1471 , papVMAs /* vmas */ 1472 1472 # endif
Note:
See TracChangeset
for help on using the changeset viewer.