Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 230846
b: refs/heads/master
c: 8d3eaea
h: refs/heads/master
v: v3
  • Loading branch information
Jeremy Fitzhardinge authored and Konrad Rzeszutek Wilk committed Jan 11, 2011
1 parent 006ab11 commit 885afaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ab31523c2fcac557226bac72cbdf5fafe01f9a26
refs/heads/master: 8d3eaea24609c7cd6fb0e6471f46a52f9e5d0202
2 changes: 1 addition & 1 deletion trunk/drivers/xen/gntdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ static int gntdev_mmap(struct file *flip, struct vm_area_struct *vma)

vma->vm_ops = &gntdev_vmops;

vma->vm_flags |= VM_RESERVED|VM_DONTCOPY|VM_DONTEXPAND;
vma->vm_flags |= VM_RESERVED|VM_DONTCOPY|VM_DONTEXPAND|VM_PFNMAP;

vma->vm_private_data = map;
map->vma = vma;
Expand Down

0 comments on commit 885afaf

Please sign in to comment.