Commit 80537965 authored by Al Viro's avatar Al Viro

i810: VM_IO is set by io_remap_pfn_range()

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 7922e2d2
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment