diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-05-25 16:12:23 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-05-25 16:12:23 -0700 |
commit | 54ee067858df136ed137ad3013e2334f4ec6afa2 (patch) | |
tree | fd5bd056eecbef5a360dcd7faa6033cf999550f1 /bdver2-fix-for-graysky.patch | |
parent | Updated to 5.0.17.a (diff) | |
download | linux-libre-hardened-ck-54ee067858df136ed137ad3013e2334f4ec6afa2.tar.xz |
Updated to 5.0.18.a
Reorganized patches
Diffstat (limited to 'bdver2-fix-for-graysky.patch')
-rw-r--r-- | bdver2-fix-for-graysky.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/bdver2-fix-for-graysky.patch b/bdver2-fix-for-graysky.patch deleted file mode 100644 index b7e5402..0000000 --- a/bdver2-fix-for-graysky.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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) |