summaryrefslogtreecommitdiff
path: root/graysky_bdver2-hotfix.patch
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-06-17 21:26:33 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-06-17 21:26:33 -0700
commit36bf70ac02979784d2d7114cbbf82420c727edf6 (patch)
tree14b15919f336d06cfd9f5485ac9a9c2813e13f54 /graysky_bdver2-hotfix.patch
parentDisable debug settings that are a ramhog to build (diff)
downloadlinux-ck-36bf70ac02979784d2d7114cbbf82420c727edf6.tar.xz
Updated to 5.6.3
Removed obsolete bdver2 patch
Diffstat (limited to 'graysky_bdver2-hotfix.patch')
-rw-r--r--graysky_bdver2-hotfix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/graysky_bdver2-hotfix.patch b/graysky_bdver2-hotfix.patch
deleted file mode 100644
index 0b3e809..0000000
--- a/graysky_bdver2-hotfix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/kernel_gcc_patch-20200527/enable_additional_cpu_optimizations_for_gcc_v10.1+_kernel_v5.5-v5.6.patch
-+++ b/kernel_gcc_patch-20200527/enable_additional_cpu_optimizations_for_gcc_v10.1+_kernel_v5.5-v5.6.patch
-@@ -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)