diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2010-11-28 14:08:04 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2010-11-28 14:08:04 +0000 |
commit | af2349b4bcf50920a390266cf2880c4e9a007f87 (patch) | |
tree | 0516e6f65f4d55c0d87fae8ccdb56d0d78dedf4f /target/linux/brcm47xx/patches-2.6.32/300-fork_cacheflush.patch | |
parent | 6f58cc20fcd8d6aaa29fdad930c89dfc37211648 (diff) | |
download | mtk-20170518-af2349b4bcf50920a390266cf2880c4e9a007f87.zip mtk-20170518-af2349b4bcf50920a390266cf2880c4e9a007f87.tar.gz mtk-20170518-af2349b4bcf50920a390266cf2880c4e9a007f87.tar.bz2 |
brcm47xx: remove support for old kernel versions
SVN-Revision: 24168
Diffstat (limited to 'target/linux/brcm47xx/patches-2.6.32/300-fork_cacheflush.patch')
-rw-r--r-- | target/linux/brcm47xx/patches-2.6.32/300-fork_cacheflush.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/brcm47xx/patches-2.6.32/300-fork_cacheflush.patch b/target/linux/brcm47xx/patches-2.6.32/300-fork_cacheflush.patch deleted file mode 100644 index 686fb1b..0000000 --- a/target/linux/brcm47xx/patches-2.6.32/300-fork_cacheflush.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/arch/mips/include/asm/cacheflush.h -+++ b/arch/mips/include/asm/cacheflush.h -@@ -32,7 +32,7 @@ - extern void (*flush_cache_all)(void); - extern void (*__flush_cache_all)(void); - extern void (*flush_cache_mm)(struct mm_struct *mm); --#define flush_cache_dup_mm(mm) do { (void) (mm); } while (0) -+#define flush_cache_dup_mm(mm) flush_cache_mm(mm) - extern void (*flush_cache_range)(struct vm_area_struct *vma, - unsigned long start, unsigned long end); - extern void (*flush_cache_page)(struct vm_area_struct *vma, unsigned long page, unsigned long pfn); |