All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix CPU Names in Kconfig
@ 2003-04-21 20:55 Andi Kleen
  2003-04-21 20:08 ` Alan Cox
  2003-04-21 21:05 ` Linus Torvalds
  0 siblings, 2 replies; 5+ messages in thread
From: Andi Kleen @ 2003-04-21 20:55 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel


Add Xeon Names to Kconfig.

OldXeon for the P3 based Xeons is a bit confusing, but we cannot 
fix the Intel marchitecture here.

-Andi

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-20 21:24:22.000000000 +0200
@@ -183,7 +183,7 @@
 	  optimizations.
 
 config MPENTIUMIII
-	bool "Pentium-III/Celeron(Coppermine)"
+	bool "Pentium-III/Celeron(Coppermine)/OldXeon"
 	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)/Xeon(P4-based)"
 	help
 	  Select this for Intel Pentium 4 chips.  This includes both
 	  the Pentium 4 and P4-based Celeron chips.  This option

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-04-22 11:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-21 20:55 [PATCH] Fix CPU Names in Kconfig Andi Kleen
2003-04-21 20:08 ` Alan Cox
2003-04-21 22:07   ` Andi Kleen
2003-04-22 11:33     ` mikpe
2003-04-21 21:05 ` Linus Torvalds

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.