Changeset 65183 in vbox for trunk/src/VBox/Runtime/r0drv
- Timestamp:
- Jan 6, 2017 2:06:47 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c
r64561 r65183 1079 1079 # endif 1080 1080 &pMemLnx->apPages[0], /* Page array. */ 1081 papVMAs); /* vmas */ 1081 papVMAs /* vmas */ 1082 # if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 10, 0) 1083 , NULL /* locked */ 1084 # endif 1085 ); 1082 1086 #else /* LINUX_VERSION_CODE < KERNEL_VERSION(4, 6, 0) */ 1083 1087 rc = get_user_pages(pTask, /* Task for fault accounting. */
Note:
See TracChangeset
for help on using the changeset viewer.