Commit e167c48b authored by Robert Love's avatar Robert Love Committed by Linus Torvalds

[PATCH] P4-based Celeron comments

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".
parent e524d3b6
...@@ -120,7 +120,7 @@ config M386 ...@@ -120,7 +120,7 @@ config M386
- "Pentium-Pro" for the Intel Pentium Pro. - "Pentium-Pro" for the Intel Pentium Pro.
- "Pentium-II" for the Intel Pentium II or pre-Coppermine Celeron. - "Pentium-II" for the Intel Pentium II or pre-Coppermine Celeron.
- "Pentium-III" for the Intel Pentium III or 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). - "K6" for the AMD K6, K6-II and K6-III (aka K6-3D).
- "Athlon" for the AMD K7 family (Athlon/Duron/Thunderbird). - "Athlon" for the AMD K7 family (Athlon/Duron/Thunderbird).
- "Crusoe" for the Transmeta Crusoe series. - "Crusoe" for the Transmeta Crusoe series.
...@@ -183,11 +183,13 @@ config MPENTIUMIII ...@@ -183,11 +183,13 @@ config MPENTIUMIII
extensions. extensions.
config MPENTIUM4 config MPENTIUM4
bool "Pentium-4" bool "Pentium-4/Celeron(P4-based)"
help help
Select this for Intel Pentium 4 chips. Presently these are Select this for Intel Pentium 4 chips. This includes both
treated almost like Pentium IIIs, but with a different cache the Pentium 4 and P4-based Celeron chips. This option
shift. enables compile flags optimized for the chip, uses the
correct cache shift, and applies any applicable Pentium III
optimizations.
config MK6 config MK6
bool "K6/K6-II/K6-III" bool "K6/K6-II/K6-III"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment