Re: [PATCH] Fix CPU Names in Kconfig

Andi Kleen (ak@muc.de)
Tue, 22 Apr 2003 00:07:15 +0200


On Mon, Apr 21, 2003 at 10:08:07PM +0200, Alan Cox wrote:
> On Llu, 2003-04-21 at 21:55, Andi Kleen wrote:
> > OldXeon for the P3 based Xeons is a bit confusing, but we cannot
> > fix the Intel marchitecture here.
>
> "Pentium II/III Xeon" v "Pentium IV Xeon"
>
> At least thats what ebay user seem to use to distinguish 8)

The reason I didn't do it is that it cannot be easily typed
in make oldconfig / make config

(but it probably should offer an numeric menu for these cases I guess...)

Fixed version for Linus.

diff -u linux-2.5.68-gencpu/arch/i386/Kconfig-o linux-2.5.68-gencpu/arch/i386/Kconfig
--- linux-2.5.68-gencpu/arch/i386/Kconfig-o 2003-04-20 21:24:16.000000000 +0200
+++ linux-2.5.68-gencpu/arch/i386/Kconfig 2003-04-22 00:06:44.000000000 +0200
@@ -183,7 +183,7 @@
optimizations.

config MPENTIUMIII
- bool "Pentium-III/Celeron(Coppermine)"
+ bool "Pentium-III/Celeron(Coppermine)/Pentium III Xeon"
help
Select this for Intel chips based on the Pentium-III and
Celeron-Coppermine core. This option enables use of some
@@ -191,7 +191,7 @@
extensions.

config MPENTIUM4
- bool "Pentium-4/Celeron(P4-based)"
+ bool "Pentium-4/Celeron(P4-based)/Pentium IV Xeon"
help
Select this for Intel Pentium 4 chips. This includes both
the Pentium 4 and P4-based Celeron chips. This option

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/