1
0

release 6.11.10

This commit is contained in:
2024-11-22 20:01:53 +03:00
parent 651f9d897b
commit bf0cfbdd57
11 changed files with 20 additions and 37 deletions

View File

@@ -572,7 +572,7 @@ REFERENCES
# P6_NOPs are a relatively minor optimization that require a family >=
--- a/arch/x86/Makefile
+++ b/arch/x86/Makefile
@@ -178,14 +178,99 @@ else
@@ -179,14 +179,99 @@ else
cflags-$(CONFIG_MPSC) += -march=nocona
cflags-$(CONFIG_MCORE2) += -march=core2
cflags-$(CONFIG_MATOM) += -march=atom

View File

@@ -25,7 +25,7 @@ See: https://github.com/graysky2/kernel_compiler_patch/issues/105
depends on X86_32
--- a/arch/x86/Makefile
+++ b/arch/x86/Makefile
@@ -176,8 +176,6 @@ else
@@ -177,8 +177,6 @@ else
# FIXME - should be integrated in Makefile.cpu (Makefile_32.cpu)
cflags-$(CONFIG_MK8) += -march=k8
cflags-$(CONFIG_MPSC) += -march=nocona
@@ -34,7 +34,7 @@ See: https://github.com/graysky2/kernel_compiler_patch/issues/105
ifeq ($(CONFIG_X86_64_VERSION),1)
cflags-$(CONFIG_GENERIC_CPU) += -mtune=generic
rustflags-$(CONFIG_GENERIC_CPU) += -Ztune-cpu=generic
@@ -229,8 +227,6 @@ else
@@ -230,8 +228,6 @@ else
rustflags-$(CONFIG_MK8) += -Ctarget-cpu=k8
rustflags-$(CONFIG_MPSC) += -Ctarget-cpu=nocona