summaryrefslogtreecommitdiff
path: root/arch/mn10300
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2013-05-11 16:19:34 (GMT)
committerAl Viro <viro@zeniv.linux.org.uk>2013-06-29 08:46:38 (GMT)
commite0bced54af614bfa76620d11e46f5dfad1560e44 (patch)
tree0529a78b4d20f632379a65cca0b2c01b4f643260 /arch/mn10300
parent1769ab6b1f9df161f81065046b2cd6ef5229fdb3 (diff)
downloadlinux-fsl-qoriq-e0bced54af614bfa76620d11e46f5dfad1560e44.tar.xz
mn10300: don't bother with VM_IO
io_remap_pfn_range() sets it Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/mn10300')
-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 c4e2e79..febb9cd 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,
/* Leave vm_pgoff as-is, the PCI space address is the physical
* address on this platform.
*/
- vma->vm_flags |= VM_LOCKED | VM_IO;
+ vma->vm_flags |= VM_LOCKED;
prot = pgprot_val(vma->vm_page_prot);
prot &= ~_PAGE_CACHE;