Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293838
b: refs/heads/master
c: 1278f7d
h: refs/heads/master
v: v3
  • Loading branch information
Yoichi Yuasa authored and Dave Airlie committed Mar 20, 2012
1 parent e02c03d commit 3a9095b
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: de49442f593c414415cac9c00b2b55b6d18b27d7
refs/heads/master: 1278f7de7fa5606ed513a5271f7fb63910ef1b8b
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/gma500/framebuffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ static int psbfb_vm_fault(struct vm_area_struct *vma, struct vm_fault *vmf)
unsigned long phys_addr = (unsigned long)dev_priv->stolen_base;

page_num = (vma->vm_end - vma->vm_start) >> PAGE_SHIFT;
address = (unsigned long)vmf->virtual_address;
address = (unsigned long)vmf->virtual_address - (vmf->pgoff << PAGE_SHIFT);

vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot);

Expand Down

0 comments on commit 3a9095b

Please sign in to comment.