projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[include] pass opkg offline root as command line arg, solves caching issues when...
[openwrt.git]
/
target
/
linux
/
ixp4xx
/
patches-2.6.34
/
605-arm-rmk-cache-flush-optim.patch
1
--- a/arch/arm/mm/fault-armv.c
2
+++ b/arch/arm/mm/fault-armv.c
3
@@ -134,8 +134,6 @@ make_coherent(struct address_space *mapp
4
flush_dcache_mmap_unlock(mapping);
5
if (aliases)
6
do_adjust_pte(vma, addr, pfn, ptep);
7
- else
8
- flush_cache_page(vma, addr, pfn);
9
}
10
11
/*
This page took
0.072716 seconds
and
5
git commands to generate.