summaryrefslogtreecommitdiff
path: root/bdver2-fix-for-graysky.patch
blob: b7e540201d4a0cef8a6dbdb2d6f1a219f5dd6ed2 (plain)
1
2
3
4
5
6
7
8
9
10
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)