mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-04-22 07:19:11 +00:00
515.57
This commit is contained in:
committed by
Liam Middlebrook
parent
a301003fda
commit
5375d5644f
@@ -44,7 +44,7 @@ bool uvm_is_valid_vma_range(struct mm_struct *mm, NvU64 start, NvU64 length)
|
||||
if (vma->vm_end >= end)
|
||||
return true;
|
||||
start = vma->vm_end;
|
||||
vma = vma->vm_next;
|
||||
vma = find_vma_intersection(mm, start, end);
|
||||
}
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user