diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-05-01 17:45:58 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-05-01 17:45:58 -0700 |
commit | df9a41a6be7590bed248cb4165e497f514969906 (patch) | |
tree | b892cc6a82dc373fc094b4a1452cc15f8e9d8f75 /bdver2-fix-for-graysky.patch | |
parent | Add missing line to disable raid6 algorithm scanning (diff) | |
download | linux-libre-hardened-df9a41a6be7590bed248cb4165e497f514969906.tar.xz |
Updated to 5.0.10.a
Added bdver2 greysky patch
Minor formattting changes
Diffstat (limited to 'bdver2-fix-for-graysky.patch')
-rw-r--r-- | bdver2-fix-for-graysky.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bdver2-fix-for-graysky.patch b/bdver2-fix-for-graysky.patch new file mode 100644 index 0000000..b7e5402 --- /dev/null +++ b/bdver2-fix-for-graysky.patch @@ -0,0 +1,11 @@ +--- a/arch/x86/Makefile ++++ b/arch/x86/Makefile +@@ -492,7 +492,7 @@ + cflags-$(CONFIG_MBOBCAT) += $(call cc-option,-march=btver1) + cflags-$(CONFIG_MJAGUAR) += $(call cc-option,-march=btver2) + cflags-$(CONFIG_MBULLDOZER) += $(call cc-option,-march=bdver1) +- cflags-$(CONFIG_MPILEDRIVER) += $(call cc-option,-march=bdver2) ++ cflags-$(CONFIG_MPILEDRIVER) += $(call cc-option,-march=bdver2) $(call cc-option,-mno-tbm) + cflags-$(CONFIG_MSTEAMROLLER) += $(call cc-option,-march=bdver3) + cflags-$(CONFIG_MEXCAVATOR) += $(call cc-option,-march=bdver4) + cflags-$(CONFIG_MZEN) += $(call cc-option,-march=znver1) |