ARM: remove unnecessary cache flush
[safe/jmp/linux-2.6] / arch / arm / mm / fault-armv.c
index c9b97e9..82df01a 100644 (file)
@@ -133,8 +133,6 @@ make_coherent(struct address_space *mapping, struct vm_area_struct *vma,
        flush_dcache_mmap_unlock(mapping);
        if (aliases)
                do_adjust_pte(vma, addr, pfn, ptep);
-       else
-               flush_cache_page(vma, addr, pfn);
 }
 
 /*