Changeset 60455 in vbox
- Timestamp:
- Apr 12, 2016 1:23:55 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 106543
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c
r60454 r60455 1055 1055 papVMAs); /* vmas */ 1056 1056 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 6, 0) 1057 /* 1058 * Actually this should not happen at the moment as call this function 1059 * only for our own process. 1060 */ 1057 1061 else 1058 1062 rc = get_user_pages_remote(
Note:
See TracChangeset
for help on using the changeset viewer.