aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/patches-4.9/0070-weak_reordering.patch
diff options
context:
space:
mode:
authorJohn Crispin <john@phrozen.org>2017-08-24 10:09:46 +0200
committerJohn Crispin <john@phrozen.org>2017-08-24 10:09:46 +0200
commita3f52f6165e1ce2a62d4cc8a7018ef8c804021e3 (patch)
treeab2be430b264af8651ce9d53e6c705427695f48d /target/linux/ramips/patches-4.9/0070-weak_reordering.patch
parent5889f92f7de2cbd3369826c7834e695e4f5db4be (diff)
downloadupstream-a3f52f6165e1ce2a62d4cc8a7018ef8c804021e3.tar.gz
upstream-a3f52f6165e1ce2a62d4cc8a7018ef8c804021e3.tar.bz2
upstream-a3f52f6165e1ce2a62d4cc8a7018ef8c804021e3.zip
ramips: refresh kernel patches
the reordering patch fixes random kernel hangs. bug/fix was reported by MTK/WCN. Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/ramips/patches-4.9/0070-weak_reordering.patch')
-rw-r--r--target/linux/ramips/patches-4.9/0070-weak_reordering.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/patches-4.9/0070-weak_reordering.patch b/target/linux/ramips/patches-4.9/0070-weak_reordering.patch
index 718304b7a7..5961c49f95 100644
--- a/target/linux/ramips/patches-4.9/0070-weak_reordering.patch
+++ b/target/linux/ramips/patches-4.9/0070-weak_reordering.patch
@@ -2,10 +2,10 @@ Index: linux-4.9.44/arch/mips/ralink/Kconfig
===================================================================
--- linux-4.9.44.orig/arch/mips/ralink/Kconfig
+++ linux-4.9.44/arch/mips/ralink/Kconfig
-@@ -57,6 +57,7 @@ choice
+@@ -56,6 +56,7 @@ choice
+ select COMMON_CLK
select CLKSRC_MIPS_GIC
select HW_HAS_PCI
- select GENERIC_CLOCKEVENTS_BROADCAST
+ select WEAK_REORDERING_BEYOND_LLSC
endchoice