Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332787
b: refs/heads/master
c: 10f39f0
h: refs/heads/master
i:
  332785: 7cc167b
  332783: 7a436e1
v: v3
  • Loading branch information
Linus Torvalds committed Oct 10, 2012
1 parent 1c4be80 commit af6b327
Show file tree
Hide file tree
Showing 44 changed files with 3,613 additions and 1,621 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: f5cf8f07423b2677cebebcebc863af77223a4972
refs/heads/master: 10f39f04b2cb7a06ba5d4ea0f20bd156d0367bee
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
Loading

0 comments on commit af6b327

Please sign in to comment.