Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332489
b: refs/heads/master
c: 547b1e8
h: refs/heads/master
i:
  332487: 270bf52
v: v3
  • Loading branch information
Linus Torvalds committed Oct 9, 2012
1 parent 0641a20 commit 26aa0e7
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: 9e2d8656f5e8aa214e66b462680cf86b210b74a8
refs/heads/master: 547b1e81afe3119f7daf702cc03b158495535a25
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 26aa0e7

Please sign in to comment.