1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-20 12:34:10 +03:00
openwrt-xburst/target/linux/ixp4xx/patches-2.6.33/605-arm-rmk-cache-flush-optim.patch

12 lines
254 B
Diff
Raw Normal View History

--- a/arch/arm/mm/fault-armv.c
+++ b/arch/arm/mm/fault-armv.c
@@ -127,8 +127,6 @@ make_coherent(struct address_space *mapp
flush_dcache_mmap_unlock(mapping);
if (aliases)
adjust_pte(vma, addr);
- else
- flush_cache_page(vma, addr, pfn);
}
/*