Changeset 77208 in vbox for trunk/src/VBox
- Timestamp:
- Feb 7, 2019 11:45:26 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 128711
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c
r76553 r77208 1072 1072 * Get user pages. 1073 1073 */ 1074 /** @todo r=bird: Should we not force read access too? */ 1074 1075 #if GET_USER_PAGES_API >= KERNEL_VERSION(4, 6, 0) 1075 1076 if (R0Process == RTR0ProcHandleSelf()) … … 1147 1148 { 1148 1149 flush_dcache_page(pMemLnx->apPages[rc]); 1149 papVMAs[rc]->vm_flags |= (VM_DONTCOPY | VM_LOCKED);1150 papVMAs[rc]->vm_flags |= VM_DONTCOPY | VM_LOCKED; 1150 1151 } 1151 1152
Note:
See TracChangeset
for help on using the changeset viewer.