diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-06-01 06:11:26 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2015-06-01 06:11:26 +0000 |
commit | 6bc9e00e9496667e0007a0a3e1262fbf87e69b5a (patch) | |
tree | baeb3d6311c3a39d13d569e87d2780b9517f319c /target/linux/brcm47xx/patches-4.0/300-fork_cacheflush.patch | |
parent | c0c8d3a95fb260f386bc0cacb79018dff2eac9b4 (diff) | |
download | mtk-20170518-6bc9e00e9496667e0007a0a3e1262fbf87e69b5a.zip mtk-20170518-6bc9e00e9496667e0007a0a3e1262fbf87e69b5a.tar.gz mtk-20170518-6bc9e00e9496667e0007a0a3e1262fbf87e69b5a.tar.bz2 |
kernel: backport ssb fix for WRT350N v1 (BCM4705) reboots
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45865
Diffstat (limited to 'target/linux/brcm47xx/patches-4.0/300-fork_cacheflush.patch')
-rw-r--r-- | target/linux/brcm47xx/patches-4.0/300-fork_cacheflush.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/patches-4.0/300-fork_cacheflush.patch b/target/linux/brcm47xx/patches-4.0/300-fork_cacheflush.patch index 686fb1b..0f79deb 100644 --- a/target/linux/brcm47xx/patches-4.0/300-fork_cacheflush.patch +++ b/target/linux/brcm47xx/patches-4.0/300-fork_cacheflush.patch @@ -1,6 +1,6 @@ --- a/arch/mips/include/asm/cacheflush.h +++ b/arch/mips/include/asm/cacheflush.h -@@ -32,7 +32,7 @@ +@@ -46,7 +46,7 @@ extern void (*flush_cache_all)(void); extern void (*__flush_cache_all)(void); extern void (*flush_cache_mm)(struct mm_struct *mm); |