Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208506
b: refs/heads/master
c: c07fbfd
h: refs/heads/master
v: v3
  • Loading branch information
Daniel De Graaf authored and Linus Torvalds committed Aug 11, 2010
1 parent 1af3f4d commit 825b70a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: daf695fca877068d7533a1b431b09210e5ad0b6b
refs/heads/master: c07fbfd17e614a76b194f371c5331e21e6cffb54
1 change: 1 addition & 0 deletions trunk/drivers/video/fbmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -1362,6 +1362,7 @@ fb_mmap(struct file *file, struct vm_area_struct * vma)
vma->vm_pgoff = off >> PAGE_SHIFT;
/* This is an IO map - tell maydump to skip this VMA */
vma->vm_flags |= VM_IO | VM_RESERVED;
vma->vm_page_prot = vm_get_page_prot(vma->vm_flags);
fb_pgprotect(file, vma, off);
if (io_remap_pfn_range(vma, vma->vm_start, off >> PAGE_SHIFT,
vma->vm_end - vma->vm_start, vma->vm_page_prot))
Expand Down

0 comments on commit 825b70a

Please sign in to comment.