|
@@ -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;
|
|
unsigned long phys_addr = (unsigned long)dev_priv->stolen_base;
|
|
|
|
|
|
page_num = (vma->vm_end - vma->vm_start) >> PAGE_SHIFT;
|
|
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);
|
|
vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot);
|
|
|
|
|