[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251219024054.20165-1-Sammyhjax123@gmail.com>
Date: Thu, 18 Dec 2025 20:40:54 -0600
From: Samuel A Hummel <sammyhjax123@...il.com>
To: tglx@...utronix.de,
mingo@...hat.com,
bp@...en8.de,
dave.hansen@...ux.intel.com,
x86@...nel.org
Cc: hpa@...or.com,
linux-kernel@...r.kernel.org,
Samuel A Hummel <Sammyhjax123@...il.com>
Subject: [PATCH] Signed-off-by: Samuel A Hummel <Sammyhjax123@...il.com>
spelling error in arch/x86/Makefile_32.cpu.
---
arch/x86/Makefile_32.cpu | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/Makefile_32.cpu b/arch/x86/Makefile_32.cpu
index af7de9a42752..21f8b532dceb 100644
--- a/arch/x86/Makefile_32.cpu
+++ b/arch/x86/Makefile_32.cpu
@@ -22,7 +22,7 @@ cflags-$(CONFIG_MPENTIUMM) += -march=i686 $(call tune,pentium3)
cflags-$(CONFIG_MPENTIUM4) += -march=i686 $(call tune,pentium4)
cflags-$(CONFIG_MK6) += -march=k6
# Please note, that patches that add -march=athlon-xp and friends are pointless.
-# They make zero difference whatsosever to performance at this time.
+# They make zero difference whatsoever to performance at this time.
cflags-$(CONFIG_MK7) += -march=athlon
cflags-$(CONFIG_MCRUSOE) += -march=i686 $(align)
cflags-$(CONFIG_MEFFICEON) += -march=i686 $(call tune,pentium3) $(align)
--
2.52.0
Powered by blists - more mailing lists