Fwd: [ANNOUNCE][GIT PATCH] Kconfig.cpu cosmetics

From: Oliver Pinter
Date: Sun Jul 22 2007 - 16:16:26 EST


---------- Forwarded message ----------
From: Oliver Pinter <oliver.pntr@xxxxxxxxx>
Date: Jul 22, 2007 10:11 PM
Subject: [ANNOUNCE][GIT PATCH] Kconfig.cpu cosmetics
To: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
Cc: zippel@xxxxxxxxxxxxxx, sam@xxxxxxxxxxxx


Hi all!

Here is one patch, Kconfig.cpu, this patch add the Pentium D processor
for help, because number of person has the question: I have Pentium D,
and which CPU chose I.

arch/i386/Kconfig.cpu | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)

Thanks
Oliver
commit 0cfc7eee2dfe08dc0c609b57ed7be54886bd8f0b
Author: Oliver Pinter <oliver.pntr@xxxxxxxxx>
Date: Sun Jul 22 21:59:27 2007 +0200

Kconfig.cpu cosmetics

Add Pentium D for Pentium 4 help
Change the sort by timeline in cpu-types

Signed-off-by: Oliver Pinter <oliver.pntr@xxxxxxxxx>

diff --git a/arch/i386/Kconfig.cpu b/arch/i386/Kconfig.cpu
index 11a24d5..ce95e50 100644
--- a/arch/i386/Kconfig.cpu
+++ b/arch/i386/Kconfig.cpu
@@ -104,6 +104,15 @@ config MPENTIUMM
Select this for Intel Pentium M (not Pentium-4 M)
notebook chips.

+config MPENTIUM4
+ bool "Pentium-4/Celeron(P4-based)/Pentium-4 M/older Xeon"
+ help
+ Select this for Intel Pentium 4 chips. This includes the
+ Pentium 4, Pentium D, P4-based Celeron and Xeon, and
+ Pentium-4 M (not Pentium M) chips. This option enables compile
+ flags optimized for the chip, uses the correct cache shift, and
+ applies any applicable Pentium III optimizations.
+
config MCORE2
bool "Core 2/newer Xeon"
help
@@ -111,15 +120,6 @@ config MCORE2
CPUs. You can distinguish newer from older Xeons by the CPU family
in /proc/cpuinfo. Newer ones have 6.

-config MPENTIUM4
- bool "Pentium-4/Celeron(P4-based)/Pentium-4 M/older Xeon"
- help
- Select this for Intel Pentium 4 chips. This includes the
- Pentium 4, P4-based Celeron and Xeon, and Pentium-4 M
- (not Pentium M) chips. This option enables compile flags
- optimized for the chip, uses the correct cache shift, and
- applies any applicable Pentium III optimizations.
-
config MK6
bool "K6/K6-II/K6-III"
help