[ANNOUNCE][GIT PATCH 02/02 ] Kconfig.cpu cosmetics (resend)

From: Oliver Pinter
Date: Sun Jul 22 2007 - 19:41:50 EST


02_change_cpu_order_in_Kconfig_cpu.patch:

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

--
Thanks,
Oliver
commit cefc467f037e374beecb825226294be014120509
Author: Oliver Pinter <oliver.pntr@xxxxxxxxx>
Date: Mon Jul 23 01:06:06 2007 +0200

change CPU order in Kconfig.cpu by production times by manufacturer and modells

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

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

-config MCORE2
- bool "Core 2/newer Xeon"
- help
- Select this for Intel Core 2 and newer Core 2 Xeons (Xeon 51xx and 53xx)
- 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
@@ -120,6 +113,13 @@ config MPENTIUM4
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
+ Select this for Intel Core 2 and newer Core 2 Xeons (Xeon 51xx and 53xx)
+ CPUs. You can distinguish newer from older Xeons by the CPU family
+ in /proc/cpuinfo. Newer ones have 6.
+
config MK6
bool "K6/K6-II/K6-III"
help