diff options
author | John Crispin <john@phrozen.org> | 2017-08-24 08:32:54 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-08-24 08:32:54 +0200 |
commit | 5c971cd6fdd7298a2017bdb6bea870088eddb8b9 (patch) | |
tree | c16f909d1f2d336c7b76ea0c45400fb2f35a9448 /target/linux/ramips/patches-4.9 | |
parent | d99c52765d1eb0155f570440d8d0a6989e607985 (diff) | |
download | upstream-5c971cd6fdd7298a2017bdb6bea870088eddb8b9.tar.gz upstream-5c971cd6fdd7298a2017bdb6bea870088eddb8b9.tar.bz2 upstream-5c971cd6fdd7298a2017bdb6bea870088eddb8b9.zip |
ramips: make mt7621 select WEAK_REORDERING_BEYOND_LLSC
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/ramips/patches-4.9')
-rw-r--r-- | target/linux/ramips/patches-4.9/0070-weak_reordering.patch | 12 |
1 files changed, 12 insertions, 0 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 new file mode 100644 index 0000000000..718304b7a7 --- /dev/null +++ b/target/linux/ramips/patches-4.9/0070-weak_reordering.patch @@ -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 |