diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-06-17 12:57:04 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-06-17 12:57:04 +0000 |
commit | 4af6ac74fb0dd4b8f75c82543f3b3a17fbd75fcb (patch) | |
tree | 40cb3a459399cd0fc128e0f0cfcb82cab6409ed0 /target/linux/brcm47xx/patches-2.6.25/300-fork_cacheflush.patch | |
parent | 3415b8c04439a74b9311b2d5a4beb14a13341525 (diff) | |
download | mtk-20170518-4af6ac74fb0dd4b8f75c82543f3b3a17fbd75fcb.zip mtk-20170518-4af6ac74fb0dd4b8f75c82543f3b3a17fbd75fcb.tar.gz mtk-20170518-4af6ac74fb0dd4b8f75c82543f3b3a17fbd75fcb.tar.bz2 |
upgrade to 2.6.25.7, and refresh patches
SVN-Revision: 11523
Diffstat (limited to 'target/linux/brcm47xx/patches-2.6.25/300-fork_cacheflush.patch')
-rw-r--r-- | target/linux/brcm47xx/patches-2.6.25/300-fork_cacheflush.patch | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/target/linux/brcm47xx/patches-2.6.25/300-fork_cacheflush.patch b/target/linux/brcm47xx/patches-2.6.25/300-fork_cacheflush.patch index 93a7ac8..f5b5d77 100644 --- a/target/linux/brcm47xx/patches-2.6.25/300-fork_cacheflush.patch +++ b/target/linux/brcm47xx/patches-2.6.25/300-fork_cacheflush.patch @@ -1,7 +1,5 @@ -Index: linux-2.6.25.4/include/asm-mips/cacheflush.h -=================================================================== ---- linux-2.6.25.4.orig/include/asm-mips/cacheflush.h -+++ linux-2.6.25.4/include/asm-mips/cacheflush.h +--- a/include/asm-mips/cacheflush.h ++++ b/include/asm-mips/cacheflush.h @@ -32,7 +32,7 @@ extern void (*flush_cache_all)(void); extern void (*__flush_cache_all)(void); |