http://bugzilla.kernel.org/show_bug.cgi?id=12920





--- Comment #10 from Alex Villacis Lasso <avill...@ceibo.fiec.espol.edu.ec>  
2009-03-25 16:21:30 ---
> 
> diff --git a/arch/x86/pci/i386.c b/arch/x86/pci/i386.c
> index 5ead808..f234a37 100644
> --- a/arch/x86/pci/i386.c
> +++ b/arch/x86/pci/i386.c
> @@ -319,6 +319,9 @@ int pci_mmap_page_range(struct pci_dev *dev, struct
> vm_area_struct *vma,
>              return -EINVAL;
>          }
>          flags = new_flags;
> +        vma->vm_page_prot = __pgprot(
> +            (pgprot_val(vma->vm_page_prot) & ~_PAGE_CACHE_MASK) |
> +            flags);
>      }
> 
>      if (((vma->vm_pgoff < max_low_pfn_mapped) ||

Compiling a full kernel takes too long in my machine (over 6 hours), so I tried
manually applying this patch on an already compiled 2.6.29-rc8 checkout.
However, it did not fix the problem - the symptoms remain exactly the same.

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.

------------------------------------------------------------------------------
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to