Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87905
b: refs/heads/master
c: 363df39
h: refs/heads/master
i:
  87903: 6362216
v: v3
  • Loading branch information
Michael Hennerich authored and Linus Torvalds committed Mar 28, 2008
1 parent c2d8c6d commit c75aac9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 7ef9861c7496185e96fb0a3b57ff0b4880876d0a
refs/heads/master: 363df3994f034e7fe87d146fcf19f6a3ab2a2291
2 changes: 1 addition & 1 deletion trunk/drivers/video/bf54x-lq043fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ static int bfin_bf54x_fb_mmap(struct fb_info *info, struct vm_area_struct *vma)
* Other flags can be set, and are documented in
* include/linux/mm.h
*/
vma->vm_flags |= VM_MAYSHARE;
vma->vm_flags |= VM_MAYSHARE | VM_SHARED;

return 0;
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/video/bfin-t350mcqb-fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ static int bfin_t350mcqb_fb_mmap(struct fb_info *info, struct vm_area_struct *vm
* Other flags can be set, and are documented in
* include/linux/mm.h
*/
vma->vm_flags |= VM_MAYSHARE;
vma->vm_flags |= VM_MAYSHARE | VM_SHARED;

return 0;
}
Expand Down

0 comments on commit c75aac9

Please sign in to comment.