ramips: make mt7621 select WEAK_REORDERING_BEYOND_LLSC
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
parent
d99c52765d
commit
5c971cd6fd
1 changed files with 12 additions and 0 deletions
12
target/linux/ramips/patches-4.9/0070-weak_reordering.patch
Normal file
12
target/linux/ramips/patches-4.9/0070-weak_reordering.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
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
|
||||
select CLKSRC_MIPS_GIC
|
||||
select HW_HAS_PCI
|
||||
select GENERIC_CLOCKEVENTS_BROADCAST
|
||||
+ select WEAK_REORDERING_BEYOND_LLSC
|
||||
endchoice
|
||||
|
||||
choice
|
Loading…
Reference in a new issue