aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mn10300/unit-asb2305/pci-asb2305.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mn10300/unit-asb2305/pci-asb2305.c')
-rw-r--r--arch/mn10300/unit-asb2305/pci-asb2305.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mn10300/unit-asb2305/pci-asb2305.c b/arch/mn10300/unit-asb2305/pci-asb2305.c
index c4e2e79281e8..febb9cd83177 100644
--- a/arch/mn10300/unit-asb2305/pci-asb2305.c
+++ b/arch/mn10300/unit-asb2305/pci-asb2305.c
@@ -221,7 +221,7 @@ int pci_mmap_page_range(struct pci_dev *dev, struct vm_area_struct *vma,
221 /* Leave vm_pgoff as-is, the PCI space address is the physical 221 /* Leave vm_pgoff as-is, the PCI space address is the physical
222 * address on this platform. 222 * address on this platform.
223 */ 223 */
224 vma->vm_flags |= VM_LOCKED | VM_IO; 224 vma->vm_flags |= VM_LOCKED;
225 225
226 prot = pgprot_val(vma->vm_page_prot); 226 prot = pgprot_val(vma->vm_page_prot);
227 prot &= ~_PAGE_CACHE; 227 prot &= ~_PAGE_CACHE;