Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332889
b: refs/heads/master
c: 9836d34
h: refs/heads/master
i:
  332887: 7a804b7
v: v3
  • Loading branch information
David S. Miller committed Oct 9, 2012
1 parent 3963f88 commit 3ccd499
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: 5457982641fb3f5fb08ce22a853dd5474645c66d
refs/heads/master: 9836d3458cde82626f2828ca6bd44c4a02b56e63
2 changes: 1 addition & 1 deletion trunk/drivers/vfio/pci/vfio_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ static int vfio_pci_mmap(void *device_data, struct vm_area_struct *vma)
}

vma->vm_private_data = vdev;
vma->vm_flags |= (VM_IO | VM_RESERVED);
vma->vm_flags |= VM_IO | VM_DONTEXPAND | VM_DONTDUMP;
vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot);

phys = (pci_resource_start(pdev, index) >> PAGE_SHIFT) + pgoff;
Expand Down

0 comments on commit 3ccd499

Please sign in to comment.