diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-06-22 14:10:55 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-06-22 14:10:55 +0000 |
commit | f2bf29dcfbad674c78351172b4bcbb4e87a554a8 (patch) | |
tree | f9eb20701b1a6e36c40849dd56715089f973540f /target/linux/ixp4xx/patches-2.6.33/605-arm-rmk-cache-flush-optim.patch | |
parent | a9783bd1c11a99feffb7a53d6f194e33bead63f5 (diff) | |
download | upstream-f2bf29dcfbad674c78351172b4bcbb4e87a554a8.tar.gz upstream-f2bf29dcfbad674c78351172b4bcbb4e87a554a8.tar.bz2 upstream-f2bf29dcfbad674c78351172b4bcbb4e87a554a8.zip |
ixp4xx: add Mikael Petterssons patch works for 2.6.33 & 2.6.35
SVN-Revision: 21879
Diffstat (limited to 'target/linux/ixp4xx/patches-2.6.33/605-arm-rmk-cache-flush-optim.patch')
-rw-r--r-- | target/linux/ixp4xx/patches-2.6.33/605-arm-rmk-cache-flush-optim.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/ixp4xx/patches-2.6.33/605-arm-rmk-cache-flush-optim.patch b/target/linux/ixp4xx/patches-2.6.33/605-arm-rmk-cache-flush-optim.patch new file mode 100644 index 0000000000..31e0fb5319 --- /dev/null +++ b/target/linux/ixp4xx/patches-2.6.33/605-arm-rmk-cache-flush-optim.patch @@ -0,0 +1,11 @@ +--- 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); + } + + /* |