mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-02 12:52:57 +00:00
a3f52f6165
the reordering patch fixes random kernel hangs. bug/fix was reported by MTK/WCN. Signed-off-by: John Crispin <john@phrozen.org>
13 lines
354 B
Diff
13 lines
354 B
Diff
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
|
|
@@ -56,6 +56,7 @@ choice
|
|
select COMMON_CLK
|
|
select CLKSRC_MIPS_GIC
|
|
select HW_HAS_PCI
|
|
+ select WEAK_REORDERING_BEYOND_LLSC
|
|
endchoice
|
|
|
|
choice
|