summarylogtreecommitdiffstats
path: root/more-uarches-for-kernel-5.15+.patch
diff options
context:
space:
mode:
authoregnappahz2021-11-19 00:53:03 +0100
committeregnappahz2021-11-19 00:53:03 +0100
commit77bee82d47b6afc01343487039dbc035da13e8e1 (patch)
treed0e1acef28853c75eaa6eeae6ec02a8a76510102 /more-uarches-for-kernel-5.15+.patch
parentb938a0a5e910d4345da3bbfd643eee8414160435 (diff)
downloadaur-77bee82d47b6afc01343487039dbc035da13e8e1.tar.gz
Updated
Diffstat (limited to 'more-uarches-for-kernel-5.15+.patch')
-rw-r--r--more-uarches-for-kernel-5.15+.patch20
1 files changed, 12 insertions, 8 deletions
diff --git a/more-uarches-for-kernel-5.15+.patch b/more-uarches-for-kernel-5.15+.patch
index b9e8ebbc8555..becfda363a38 100644
--- a/more-uarches-for-kernel-5.15+.patch
+++ b/more-uarches-for-kernel-5.15+.patch
@@ -101,13 +101,19 @@ REFERENCES
Signed-off-by: graysky <graysky@archlinux.us>
---
+From 1bfa1ef4e3a93e540a64cd1020863019dff3046e Mon Sep 17 00:00:00 2001
+From: graysky <graysky@archlinux.us>
+Date: Sun, 14 Nov 2021 16:08:29 -0500
+Subject: [PATCH] iiii
+
+---
arch/x86/Kconfig.cpu | 332 ++++++++++++++++++++++++++++++--
arch/x86/Makefile | 40 +++-
arch/x86/include/asm/vermagic.h | 66 +++++++
3 files changed, 424 insertions(+), 14 deletions(-)
diff --git a/arch/x86/Kconfig.cpu b/arch/x86/Kconfig.cpu
-index 814fe0d349b0..61f0d7757499 100644
+index eefc434351db..331f7631339a 100644
--- a/arch/x86/Kconfig.cpu
+++ b/arch/x86/Kconfig.cpu
@@ -157,7 +157,7 @@ config MPENTIUM4
@@ -536,7 +542,7 @@ index 814fe0d349b0..61f0d7757499 100644
default "4"
diff --git a/arch/x86/Makefile b/arch/x86/Makefile
-index 7488cfbbd2f6..01876b6fb8e1 100644
+index 42243869216d..ab1ad6959b96 100644
--- a/arch/x86/Makefile
+++ b/arch/x86/Makefile
@@ -119,8 +119,44 @@ else
@@ -551,9 +557,9 @@ index 7488cfbbd2f6..01876b6fb8e1 100644
+ cflags-$(CONFIG_MBOBCAT) += -march=btver1
+ cflags-$(CONFIG_MJAGUAR) += -march=btver2
+ cflags-$(CONFIG_MBULLDOZER) += -march=bdver1
-+ cflags-$(CONFIG_MPILEDRIVER) += -march=bdver2
-+ cflags-$(CONFIG_MSTEAMROLLER) += -march=bdver3
-+ cflags-$(CONFIG_MEXCAVATOR) += -march=bdver4
++ cflags-$(CONFIG_MPILEDRIVER) += -march=bdver2 -mno-tbm
++ cflags-$(CONFIG_MSTEAMROLLER) += -march=bdver3 -mno-tbm
++ cflags-$(CONFIG_MEXCAVATOR) += -march=bdver4 -mno-tbm
+ cflags-$(CONFIG_MZEN) += -march=znver1
+ cflags-$(CONFIG_MZEN2) += -march=znver2
+ cflags-$(CONFIG_MZEN3) += -march=znver3
@@ -671,6 +677,4 @@ index 75884d2cdec3..4e6a08d4c7e5 100644
#define MODULE_PROC_FAMILY "ELAN "
#elif defined CONFIG_MCRUSOE
--
-2.33.0
-
-
+2.33.1