Updated patches
This commit is contained in:
parent
a7f8023b07
commit
763a0f9aa1
@ -1,7 +1,6 @@
|
|||||||
From a0825feea3f100656d58446885b5f190284fd219
|
From 70d4906b87983ed2ed5da78930a701625d881dd0 Mon Sep 17 00:00:00 2001
|
||||||
From: graysky <therealgraysky@proton.me>
|
From: graysky <therealgraysky@proton.me>
|
||||||
Date: Fri, 4 Nov 2022 15:34:36 -0400
|
Date: Thu, 5 Jan 2023 14:29:37 -0500
|
||||||
Subject: [PATCH] more uarches for kernel 5.17+
|
|
||||||
|
|
||||||
FEATURES
|
FEATURES
|
||||||
This patch adds additional CPU options to the Linux kernel accessible under:
|
This patch adds additional CPU options to the Linux kernel accessible under:
|
||||||
@ -50,11 +49,12 @@ CPU-specific microarchitectures include:
|
|||||||
• Intel Xeon (Cascade Lake)
|
• Intel Xeon (Cascade Lake)
|
||||||
• Intel Xeon (Cooper Lake)*
|
• Intel Xeon (Cooper Lake)*
|
||||||
• Intel 3rd Gen 10nm++ i3/i5/i7/i9-family (Tiger Lake)*
|
• Intel 3rd Gen 10nm++ i3/i5/i7/i9-family (Tiger Lake)*
|
||||||
• Intel 3rd Gen 10nm++ Xeon (Sapphire Rapids)‡
|
• Intel 4th Gen 10nm++ Xeon (Sapphire Rapids)‡
|
||||||
• Intel 11th Gen i3/i5/i7/i9-family (Rocket Lake)‡
|
• Intel 11th Gen i3/i5/i7/i9-family (Rocket Lake)‡
|
||||||
• Intel 12th Gen i3/i5/i7/i9-family (Alder Lake)‡
|
• Intel 12th Gen i3/i5/i7/i9-family (Alder Lake)‡
|
||||||
• Intel 13th Gen i3/i5/i7/i9-family (Raptor Lake)§
|
• Intel 13th Gen i3/i5/i7/i9-family (Raptor Lake)§
|
||||||
• Intel 14th Gen i3/i5/i7/i9-family (Meteor Lake)§
|
• Intel 14th Gen i3/i5/i7/i9-family (Meteor Lake)§
|
||||||
|
• Intel 5th Gen 10nm++ Xeon (Emerald Rapids)§
|
||||||
|
|
||||||
Notes: If not otherwise noted, gcc >=9.1 is required for support.
|
Notes: If not otherwise noted, gcc >=9.1 is required for support.
|
||||||
*Requires gcc >=10.1 or clang >=10.0
|
*Requires gcc >=10.1 or clang >=10.0
|
||||||
@ -99,15 +99,14 @@ REFERENCES
|
|||||||
3. https://bugzilla.kernel.org/show_bug.cgi?id=77461
|
3. https://bugzilla.kernel.org/show_bug.cgi?id=77461
|
||||||
4. https://github.com/graysky2/kernel_gcc_patch/issues/15
|
4. https://github.com/graysky2/kernel_gcc_patch/issues/15
|
||||||
5. http://www.linuxforge.net/docs/linux/linux-gcc.php
|
5. http://www.linuxforge.net/docs/linux/linux-gcc.php
|
||||||
|
|
||||||
---
|
---
|
||||||
arch/x86/Kconfig.cpu | 416 ++++++++++++++++++++++++++++++--
|
arch/x86/Kconfig.cpu | 427 ++++++++++++++++++++++++++++++--
|
||||||
arch/x86/Makefile | 43 +++-
|
arch/x86/Makefile | 44 +++-
|
||||||
arch/x86/include/asm/vermagic.h | 72 ++++++
|
arch/x86/include/asm/vermagic.h | 74 ++++++
|
||||||
3 files changed, 514 insertions(+), 17 deletions(-)
|
3 files changed, 528 insertions(+), 17 deletions(-)
|
||||||
|
|
||||||
diff --git a/arch/x86/Kconfig.cpu b/arch/x86/Kconfig.cpu
|
diff --git a/arch/x86/Kconfig.cpu b/arch/x86/Kconfig.cpu
|
||||||
index 542377cd419d..08d887d1220d 100644
|
index 542377cd419d..f589971df2d3 100644
|
||||||
--- a/arch/x86/Kconfig.cpu
|
--- a/arch/x86/Kconfig.cpu
|
||||||
+++ b/arch/x86/Kconfig.cpu
|
+++ b/arch/x86/Kconfig.cpu
|
||||||
@@ -157,7 +157,7 @@ config MPENTIUM4
|
@@ -157,7 +157,7 @@ config MPENTIUM4
|
||||||
@ -227,7 +226,7 @@ index 542377cd419d..08d887d1220d 100644
|
|||||||
+
|
+
|
||||||
+config MZEN4
|
+config MZEN4
|
||||||
+ bool "AMD Zen 4"
|
+ bool "AMD Zen 4"
|
||||||
+ depends on (CC_IS_GCC && GCC_VERSION >= 130000) || (CC_IS_CLANG && CLANG_VERSION >= 150500)
|
+ depends on (CC_IS_GCC && GCC_VERSION >= 130000) || (CC_IS_CLANG && CLANG_VERSION >= 160000)
|
||||||
+ help
|
+ help
|
||||||
+ Select this for AMD Family 19h Zen 4 processors.
|
+ Select this for AMD Family 19h Zen 4 processors.
|
||||||
+
|
+
|
||||||
@ -254,7 +253,7 @@ index 542377cd419d..08d887d1220d 100644
|
|||||||
config MATOM
|
config MATOM
|
||||||
bool "Intel Atom"
|
bool "Intel Atom"
|
||||||
help
|
help
|
||||||
@@ -287,6 +383,202 @@ config MATOM
|
@@ -287,6 +383,212 @@ config MATOM
|
||||||
accordingly optimized code. Use a recent GCC with specific Atom
|
accordingly optimized code. Use a recent GCC with specific Atom
|
||||||
support in order to fully benefit from selecting this option.
|
support in order to fully benefit from selecting this option.
|
||||||
|
|
||||||
@ -410,7 +409,7 @@ index 542377cd419d..08d887d1220d 100644
|
|||||||
+ select X86_P6_NOP
|
+ select X86_P6_NOP
|
||||||
+ help
|
+ help
|
||||||
+
|
+
|
||||||
+ Select this for third-generation 10 nm process processors in the Sapphire Rapids family.
|
+ Select this for fourth-generation 10 nm process processors in the Sapphire Rapids family.
|
||||||
+
|
+
|
||||||
+ Enables -march=sapphirerapids
|
+ Enables -march=sapphirerapids
|
||||||
+
|
+
|
||||||
@ -453,11 +452,21 @@ index 542377cd419d..08d887d1220d 100644
|
|||||||
+ Select this for fourteenth-generation processors in the Meteor Lake family.
|
+ Select this for fourteenth-generation processors in the Meteor Lake family.
|
||||||
+
|
+
|
||||||
+ Enables -march=meteorlake
|
+ Enables -march=meteorlake
|
||||||
|
+
|
||||||
|
+config MEMERALDRAPIDS
|
||||||
|
+ bool "Intel Emerald Rapids"
|
||||||
|
+ depends on (CC_IS_GCC && GCC_VERSION > 130000) || (CC_IS_CLANG && CLANG_VERSION >= 150500)
|
||||||
|
+ select X86_P6_NOP
|
||||||
|
+ help
|
||||||
|
+
|
||||||
|
+ Select this for fifth-generation 10 nm process processors in the Emerald Rapids family.
|
||||||
|
+
|
||||||
|
+ Enables -march=emeraldrapids
|
||||||
+
|
+
|
||||||
config GENERIC_CPU
|
config GENERIC_CPU
|
||||||
bool "Generic-x86-64"
|
bool "Generic-x86-64"
|
||||||
depends on X86_64
|
depends on X86_64
|
||||||
@@ -294,6 +586,50 @@ config GENERIC_CPU
|
@@ -294,6 +596,50 @@ config GENERIC_CPU
|
||||||
Generic x86-64 CPU.
|
Generic x86-64 CPU.
|
||||||
Run equally well on all x86-64 CPUs.
|
Run equally well on all x86-64 CPUs.
|
||||||
|
|
||||||
@ -508,7 +517,7 @@ index 542377cd419d..08d887d1220d 100644
|
|||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
config X86_GENERIC
|
config X86_GENERIC
|
||||||
@@ -318,9 +654,17 @@ config X86_INTERNODE_CACHE_SHIFT
|
@@ -318,9 +664,17 @@ config X86_INTERNODE_CACHE_SHIFT
|
||||||
config X86_L1_CACHE_SHIFT
|
config X86_L1_CACHE_SHIFT
|
||||||
int
|
int
|
||||||
default "7" if MPENTIUM4 || MPSC
|
default "7" if MPENTIUM4 || MPSC
|
||||||
@ -519,8 +528,8 @@ index 542377cd419d..08d887d1220d 100644
|
|||||||
+ || MGOLDMONT || MGOLDMONTPLUS || MSANDYBRIDGE || MIVYBRIDGE || MHASWELL || MBROADWELL \
|
+ || MGOLDMONT || MGOLDMONTPLUS || MSANDYBRIDGE || MIVYBRIDGE || MHASWELL || MBROADWELL \
|
||||||
+ || MSKYLAKE || MSKYLAKEX || MCANNONLAKE || MICELAKE || MCASCADELAKE || MCOOPERLAKE \
|
+ || MSKYLAKE || MSKYLAKEX || MCANNONLAKE || MICELAKE || MCASCADELAKE || MCOOPERLAKE \
|
||||||
+ || MTIGERLAKE || MSAPPHIRERAPIDS || MROCKETLAKE || MALDERLAKE || MRAPTORLAKE || MMETEORLAKE \
|
+ || MTIGERLAKE || MSAPPHIRERAPIDS || MROCKETLAKE || MALDERLAKE || MRAPTORLAKE || MMETEORLAKE \
|
||||||
+ || MNATIVE_INTEL || MNATIVE_AMD || X86_GENERIC || GENERIC_CPU || GENERIC_CPU2 || GENERIC_CPU3 \
|
+ || MEMERALDRAPIDS || MNATIVE_INTEL || MNATIVE_AMD || X86_GENERIC || GENERIC_CPU || GENERIC_CPU2 \
|
||||||
+ || GENERIC_CPU4
|
+ || GENERIC_CPU3 || GENERIC_CPU4
|
||||||
default "4" if MELAN || M486SX || M486 || MGEODEGX1
|
default "4" if MELAN || M486SX || M486 || MGEODEGX1
|
||||||
- default "5" if MWINCHIP3D || MWINCHIPC6 || MCRUSOE || MEFFICEON || MCYRIXIII || MK6 || MPENTIUMIII || MPENTIUMII || M686 || M586MMX || M586TSC || M586 || MVIAC3_2 || MGEODE_LX
|
- default "5" if MWINCHIP3D || MWINCHIPC6 || MCRUSOE || MEFFICEON || MCYRIXIII || MK6 || MPENTIUMIII || MPENTIUMII || M686 || M586MMX || M586TSC || M586 || MVIAC3_2 || MGEODE_LX
|
||||||
+ default "5" if MWINCHIP3D || MWINCHIPC6 || MCRUSOE || MEFFICEON || MCYRIXIII || MK6 || MPENTIUMIII \
|
+ default "5" if MWINCHIP3D || MWINCHIPC6 || MCRUSOE || MEFFICEON || MCYRIXIII || MK6 || MPENTIUMIII \
|
||||||
@ -528,7 +537,7 @@ index 542377cd419d..08d887d1220d 100644
|
|||||||
|
|
||||||
config X86_F00F_BUG
|
config X86_F00F_BUG
|
||||||
def_bool y
|
def_bool y
|
||||||
@@ -332,15 +676,27 @@ config X86_INVD_BUG
|
@@ -332,15 +686,27 @@ config X86_INVD_BUG
|
||||||
|
|
||||||
config X86_ALIGNMENT_16
|
config X86_ALIGNMENT_16
|
||||||
def_bool y
|
def_bool y
|
||||||
@ -543,7 +552,7 @@ index 542377cd419d..08d887d1220d 100644
|
|||||||
+ || MK8 || MK7 || MEFFICEON || MCORE2 || MNEHALEM || MWESTMERE || MSILVERMONT || MGOLDMONT \
|
+ || MK8 || MK7 || MEFFICEON || MCORE2 || MNEHALEM || MWESTMERE || MSILVERMONT || MGOLDMONT \
|
||||||
+ || MGOLDMONTPLUS || MSANDYBRIDGE || MIVYBRIDGE || MHASWELL || MBROADWELL || MSKYLAKE || MSKYLAKEX \
|
+ || MGOLDMONTPLUS || MSANDYBRIDGE || MIVYBRIDGE || MHASWELL || MBROADWELL || MSKYLAKE || MSKYLAKEX \
|
||||||
+ || MCANNONLAKE || MICELAKE || MCASCADELAKE || MCOOPERLAKE || MTIGERLAKE || MSAPPHIRERAPIDS \
|
+ || MCANNONLAKE || MICELAKE || MCASCADELAKE || MCOOPERLAKE || MTIGERLAKE || MSAPPHIRERAPIDS \
|
||||||
+ || MROCKETLAKE || MALDERLAKE || MRAPTORLAKE || MMETEORLAKE || MNATIVE_INTEL
|
+ || MROCKETLAKE || MALDERLAKE || MRAPTORLAKE || MMETEORLAKE || MEMERALDRAPIDS || MNATIVE_INTEL
|
||||||
|
|
||||||
config X86_USE_PPRO_CHECKSUM
|
config X86_USE_PPRO_CHECKSUM
|
||||||
def_bool y
|
def_bool y
|
||||||
@ -555,11 +564,11 @@ index 542377cd419d..08d887d1220d 100644
|
|||||||
+ || MWESTMERE || MSILVERMONT || MGOLDMONT || MGOLDMONTPLUS || MSANDYBRIDGE || MIVYBRIDGE \
|
+ || MWESTMERE || MSILVERMONT || MGOLDMONT || MGOLDMONTPLUS || MSANDYBRIDGE || MIVYBRIDGE \
|
||||||
+ || MHASWELL || MBROADWELL || MSKYLAKE || MSKYLAKEX || MCANNONLAKE || MICELAKE \
|
+ || MHASWELL || MBROADWELL || MSKYLAKE || MSKYLAKEX || MCANNONLAKE || MICELAKE \
|
||||||
+ || MCASCADELAKE || MCOOPERLAKE || MTIGERLAKE || MSAPPHIRERAPIDS || MROCKETLAKE \
|
+ || MCASCADELAKE || MCOOPERLAKE || MTIGERLAKE || MSAPPHIRERAPIDS || MROCKETLAKE \
|
||||||
+ || MALDERLAKE || MRAPTORLAKE || MMETEORLAKE || MNATIVE_INTEL || MNATIVE_AMD
|
+ || MALDERLAKE || MRAPTORLAKE || MMETEORLAKE || MEMERALDRAPIDS || MNATIVE_INTEL || MNATIVE_AMD
|
||||||
|
|
||||||
#
|
#
|
||||||
# P6_NOPs are a relatively minor optimization that require a family >=
|
# P6_NOPs are a relatively minor optimization that require a family >=
|
||||||
@@ -356,32 +712,62 @@ config X86_USE_PPRO_CHECKSUM
|
@@ -356,32 +722,63 @@ config X86_USE_PPRO_CHECKSUM
|
||||||
config X86_P6_NOP
|
config X86_P6_NOP
|
||||||
def_bool y
|
def_bool y
|
||||||
depends on X86_64
|
depends on X86_64
|
||||||
@ -567,7 +576,8 @@ index 542377cd419d..08d887d1220d 100644
|
|||||||
+ depends on (MCORE2 || MPENTIUM4 || MPSC || MNEHALEM || MWESTMERE || MSILVERMONT || MGOLDMONT \
|
+ depends on (MCORE2 || MPENTIUM4 || MPSC || MNEHALEM || MWESTMERE || MSILVERMONT || MGOLDMONT \
|
||||||
+ || MGOLDMONTPLUS || MSANDYBRIDGE || MIVYBRIDGE || MHASWELL || MBROADWELL || MSKYLAKE \
|
+ || MGOLDMONTPLUS || MSANDYBRIDGE || MIVYBRIDGE || MHASWELL || MBROADWELL || MSKYLAKE \
|
||||||
+ || MSKYLAKEX || MCANNONLAKE || MICELAKE || MCASCADELAKE || MCOOPERLAKE || MTIGERLAKE \
|
+ || MSKYLAKEX || MCANNONLAKE || MICELAKE || MCASCADELAKE || MCOOPERLAKE || MTIGERLAKE \
|
||||||
+ || MSAPPHIRERAPIDS || MROCKETLAKE || MALDERLAKE || MRAPTORLAKE || MMETEORLAKE || MNATIVE_INTEL)
|
+ || MSAPPHIRERAPIDS || MROCKETLAKE || MALDERLAKE || MRAPTORLAKE || MMETEORLAKE || MEMERALDRAPIDS \
|
||||||
|
+ || MNATIVE_INTEL)
|
||||||
|
|
||||||
config X86_TSC
|
config X86_TSC
|
||||||
def_bool y
|
def_bool y
|
||||||
@ -578,8 +588,8 @@ index 542377cd419d..08d887d1220d 100644
|
|||||||
+ || MPILEDRIVER || MSTEAMROLLER || MEXCAVATOR || MZEN || MZEN2 || MZEN3 || MZEN4 || MNEHALEM \
|
+ || MPILEDRIVER || MSTEAMROLLER || MEXCAVATOR || MZEN || MZEN2 || MZEN3 || MZEN4 || MNEHALEM \
|
||||||
+ || MWESTMERE || MSILVERMONT || MGOLDMONT || MGOLDMONTPLUS || MSANDYBRIDGE || MIVYBRIDGE || MHASWELL \
|
+ || MWESTMERE || MSILVERMONT || MGOLDMONT || MGOLDMONTPLUS || MSANDYBRIDGE || MIVYBRIDGE || MHASWELL \
|
||||||
+ || MBROADWELL || MSKYLAKE || MSKYLAKEX || MCANNONLAKE || MICELAKE || MCASCADELAKE || MCOOPERLAKE \
|
+ || MBROADWELL || MSKYLAKE || MSKYLAKEX || MCANNONLAKE || MICELAKE || MCASCADELAKE || MCOOPERLAKE \
|
||||||
+ || MTIGERLAKE || MSAPPHIRERAPIDS || MROCKETLAKE || MALDERLAKE || MRAPTORLAKE || MMETEORLAKE || MNATIVE_INTEL \
|
+ || MTIGERLAKE || MSAPPHIRERAPIDS || MROCKETLAKE || MALDERLAKE || MRAPTORLAKE || MMETEORLAKE || MEMERALDRAPIDS \
|
||||||
+ || MNATIVE_AMD) || X86_64
|
+ || MNATIVE_INTEL || MNATIVE_AMD) || X86_64
|
||||||
|
|
||||||
config X86_CMPXCHG64
|
config X86_CMPXCHG64
|
||||||
def_bool y
|
def_bool y
|
||||||
@ -590,7 +600,7 @@ index 542377cd419d..08d887d1220d 100644
|
|||||||
+ || MZEN2 || MZEN3 || MZEN4 || MNEHALEM || MWESTMERE || MSILVERMONT || MGOLDMONT || MGOLDMONTPLUS \
|
+ || MZEN2 || MZEN3 || MZEN4 || MNEHALEM || MWESTMERE || MSILVERMONT || MGOLDMONT || MGOLDMONTPLUS \
|
||||||
+ || MSANDYBRIDGE || MIVYBRIDGE || MHASWELL || MBROADWELL || MSKYLAKE || MSKYLAKEX || MCANNONLAKE \
|
+ || MSANDYBRIDGE || MIVYBRIDGE || MHASWELL || MBROADWELL || MSKYLAKE || MSKYLAKEX || MCANNONLAKE \
|
||||||
+ || MICELAKE || MCASCADELAKE || MCOOPERLAKE || MTIGERLAKE || MSAPPHIRERAPIDS || MROCKETLAKE \
|
+ || MICELAKE || MCASCADELAKE || MCOOPERLAKE || MTIGERLAKE || MSAPPHIRERAPIDS || MROCKETLAKE \
|
||||||
+ || MALDERLAKE || MRAPTORLAKE || MMETEORLAKE || MNATIVE_INTEL || MNATIVE_AMD
|
+ || MALDERLAKE || MRAPTORLAKE || MMETEORLAKE || MEMERALDRAPIDS || MNATIVE_INTEL || MNATIVE_AMD
|
||||||
|
|
||||||
# this should be set for all -march=.. options where the compiler
|
# this should be set for all -march=.. options where the compiler
|
||||||
# generates cmov.
|
# generates cmov.
|
||||||
@ -603,7 +613,7 @@ index 542377cd419d..08d887d1220d 100644
|
|||||||
+ || MZEN || MZEN2 || MZEN3 || MZEN4 || MNEHALEM || MWESTMERE || MSILVERMONT || MGOLDMONT \
|
+ || MZEN || MZEN2 || MZEN3 || MZEN4 || MNEHALEM || MWESTMERE || MSILVERMONT || MGOLDMONT \
|
||||||
+ || MGOLDMONTPLUS || MSANDYBRIDGE || MIVYBRIDGE || MHASWELL || MBROADWELL || MSKYLAKE || MSKYLAKEX \
|
+ || MGOLDMONTPLUS || MSANDYBRIDGE || MIVYBRIDGE || MHASWELL || MBROADWELL || MSKYLAKE || MSKYLAKEX \
|
||||||
+ || MCANNONLAKE || MICELAKE || MCASCADELAKE || MCOOPERLAKE || MTIGERLAKE || MSAPPHIRERAPIDS \
|
+ || MCANNONLAKE || MICELAKE || MCASCADELAKE || MCOOPERLAKE || MTIGERLAKE || MSAPPHIRERAPIDS \
|
||||||
+ || MROCKETLAKE || MALDERLAKE || MRAPTORLAKE || MMETEORLAKE || MNATIVE_INTEL || MNATIVE_AMD)
|
+ || MROCKETLAKE || MALDERLAKE || MRAPTORLAKE || MMETEORLAKE || MEMERALDRAPIDS || MNATIVE_INTEL || MNATIVE_AMD)
|
||||||
|
|
||||||
config X86_MINIMUM_CPU_FAMILY
|
config X86_MINIMUM_CPU_FAMILY
|
||||||
int
|
int
|
||||||
@ -629,10 +639,10 @@ index 542377cd419d..08d887d1220d 100644
|
|||||||
config IA32_FEAT_CTL
|
config IA32_FEAT_CTL
|
||||||
def_bool y
|
def_bool y
|
||||||
diff --git a/arch/x86/Makefile b/arch/x86/Makefile
|
diff --git a/arch/x86/Makefile b/arch/x86/Makefile
|
||||||
index bafbd905e6e7..7fae52788560 100644
|
index 415a5d138de4..17b1e039d955 100644
|
||||||
--- a/arch/x86/Makefile
|
--- a/arch/x86/Makefile
|
||||||
+++ b/arch/x86/Makefile
|
+++ b/arch/x86/Makefile
|
||||||
@@ -150,8 +150,47 @@ else
|
@@ -151,8 +151,48 @@ else
|
||||||
# FIXME - should be integrated in Makefile.cpu (Makefile_32.cpu)
|
# FIXME - should be integrated in Makefile.cpu (Makefile_32.cpu)
|
||||||
cflags-$(CONFIG_MK8) += -march=k8
|
cflags-$(CONFIG_MK8) += -march=k8
|
||||||
cflags-$(CONFIG_MPSC) += -march=nocona
|
cflags-$(CONFIG_MPSC) += -march=nocona
|
||||||
@ -676,6 +686,7 @@ index bafbd905e6e7..7fae52788560 100644
|
|||||||
+ cflags-$(CONFIG_MALDERLAKE) += -march=alderlake
|
+ cflags-$(CONFIG_MALDERLAKE) += -march=alderlake
|
||||||
+ cflags-$(CONFIG_MRAPTORLAKE) += -march=raptorlake
|
+ cflags-$(CONFIG_MRAPTORLAKE) += -march=raptorlake
|
||||||
+ cflags-$(CONFIG_MMETEORLAKE) += -march=meteorlake
|
+ cflags-$(CONFIG_MMETEORLAKE) += -march=meteorlake
|
||||||
|
+ cflags-$(CONFIG_MEMERALDRAPIDS) += -march=emeraldrapids
|
||||||
+ cflags-$(CONFIG_GENERIC_CPU2) += -march=x86-64-v2
|
+ cflags-$(CONFIG_GENERIC_CPU2) += -march=x86-64-v2
|
||||||
+ cflags-$(CONFIG_GENERIC_CPU3) += -march=x86-64-v3
|
+ cflags-$(CONFIG_GENERIC_CPU3) += -march=x86-64-v3
|
||||||
+ cflags-$(CONFIG_GENERIC_CPU4) += -march=x86-64-v4
|
+ cflags-$(CONFIG_GENERIC_CPU4) += -march=x86-64-v4
|
||||||
@ -683,10 +694,10 @@ index bafbd905e6e7..7fae52788560 100644
|
|||||||
KBUILD_CFLAGS += $(cflags-y)
|
KBUILD_CFLAGS += $(cflags-y)
|
||||||
|
|
||||||
diff --git a/arch/x86/include/asm/vermagic.h b/arch/x86/include/asm/vermagic.h
|
diff --git a/arch/x86/include/asm/vermagic.h b/arch/x86/include/asm/vermagic.h
|
||||||
index 75884d2cdec3..18021e8c0c28 100644
|
index 75884d2cdec3..02c1386eb653 100644
|
||||||
--- a/arch/x86/include/asm/vermagic.h
|
--- a/arch/x86/include/asm/vermagic.h
|
||||||
+++ b/arch/x86/include/asm/vermagic.h
|
+++ b/arch/x86/include/asm/vermagic.h
|
||||||
@@ -17,6 +17,52 @@
|
@@ -17,6 +17,54 @@
|
||||||
#define MODULE_PROC_FAMILY "586MMX "
|
#define MODULE_PROC_FAMILY "586MMX "
|
||||||
#elif defined CONFIG_MCORE2
|
#elif defined CONFIG_MCORE2
|
||||||
#define MODULE_PROC_FAMILY "CORE2 "
|
#define MODULE_PROC_FAMILY "CORE2 "
|
||||||
@ -736,10 +747,12 @@ index 75884d2cdec3..18021e8c0c28 100644
|
|||||||
+#define MODULE_PROC_FAMILY "RAPTORLAKE "
|
+#define MODULE_PROC_FAMILY "RAPTORLAKE "
|
||||||
+#elif defined CONFIG_MMETEORLAKE
|
+#elif defined CONFIG_MMETEORLAKE
|
||||||
+#define MODULE_PROC_FAMILY "METEORLAKE "
|
+#define MODULE_PROC_FAMILY "METEORLAKE "
|
||||||
|
+#elif defined CONFIG_MEMERALDRAPIDS
|
||||||
|
+#define MODULE_PROC_FAMILY "EMERALDRAPIDS "
|
||||||
#elif defined CONFIG_MATOM
|
#elif defined CONFIG_MATOM
|
||||||
#define MODULE_PROC_FAMILY "ATOM "
|
#define MODULE_PROC_FAMILY "ATOM "
|
||||||
#elif defined CONFIG_M686
|
#elif defined CONFIG_M686
|
||||||
@@ -35,6 +81,32 @@
|
@@ -35,6 +83,32 @@
|
||||||
#define MODULE_PROC_FAMILY "K7 "
|
#define MODULE_PROC_FAMILY "K7 "
|
||||||
#elif defined CONFIG_MK8
|
#elif defined CONFIG_MK8
|
||||||
#define MODULE_PROC_FAMILY "K8 "
|
#define MODULE_PROC_FAMILY "K8 "
|
||||||
@ -773,4 +786,4 @@ index 75884d2cdec3..18021e8c0c28 100644
|
|||||||
#define MODULE_PROC_FAMILY "ELAN "
|
#define MODULE_PROC_FAMILY "ELAN "
|
||||||
#elif defined CONFIG_MCRUSOE
|
#elif defined CONFIG_MCRUSOE
|
||||||
--
|
--
|
||||||
2.38.1
|
2.39.0
|
||||||
|
Loading…
Reference in New Issue
Block a user