]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] P4-based Celeron comments
authorRobert Love <rml@tech9.net>
Mon, 13 Jan 2003 01:38:50 +0000 (17:38 -0800)
committerLinus Torvalds <torvalds@home.transmeta.com>
Mon, 13 Jan 2003 01:38:50 +0000 (17:38 -0800)
As you mentioned, we do not correctly identify the P4-based Celeron in
the kernel configuration help.  Unfortunately, Intel has called all
Celeron products simply "Celeron", so we call these "P4-based Celerons".

arch/i386/Kconfig

index 8886e24c47961f077f4da60a9343374f264ad06a..2d38729a5b3690506f9ec0c588cee7b2663953de 100644 (file)
@@ -120,7 +120,7 @@ config M386
          - "Pentium-Pro" for the Intel Pentium Pro.
          - "Pentium-II" for the Intel Pentium II or pre-Coppermine Celeron.
          - "Pentium-III" for the Intel Pentium III or Coppermine Celeron.
-         - "Pentium-4" for the Intel Pentium 4.
+         - "Pentium-4" for the Intel Pentium 4 or P4-based Celeron.
          - "K6" for the AMD K6, K6-II and K6-III (aka K6-3D).
          - "Athlon" for the AMD K7 family (Athlon/Duron/Thunderbird).
          - "Crusoe" for the Transmeta Crusoe series.
@@ -183,11 +183,13 @@ config MPENTIUMIII
          extensions.
 
 config MPENTIUM4
-       bool "Pentium-4"
+       bool "Pentium-4/Celeron(P4-based)"
        help
-         Select this for Intel Pentium 4 chips.  Presently these are
-         treated almost like Pentium IIIs, but with a different cache
-         shift.
+         Select this for Intel Pentium 4 chips.  This includes both
+         the Pentium 4 and P4-based Celeron 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"