Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 80537965 authored by Al Viro's avatar Al Viro
Browse files

i810: VM_IO is set by io_remap_pfn_range()



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 7922e2d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@ static int i810_mmap_buffers(struct file *filp, struct vm_area_struct *vma)
	buf = dev_priv->mmap_buffer;
	buf_priv = buf->dev_private;

	vma->vm_flags |= (VM_IO | VM_DONTCOPY);
	vma->vm_flags |= VM_DONTCOPY;

	buf_priv->currently_mapped = I810_BUF_MAPPED;