From ac8b66e1d690064828784a04da462386e0575dd2 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 1 May 2019 18:40:06 -0700 Subject: Updated to 5.0.10.a Added bdver2 greysky patch Minor formattting changes --- bdver2-fix-for-graysky.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 bdver2-fix-for-graysky.patch (limited to 'bdver2-fix-for-graysky.patch') 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) -- cgit v1.2.1