Bug 9222 - make menuconfig vague on Xeon dual core processor
Summary: make menuconfig vague on Xeon dual core processor
Status: REJECTED INVALID
Alias: None
Product: Other
Classification: Unclassified
Component: Configuration (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: Roman Zippel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-24 15:12 UTC by Todd
Modified: 2007-11-13 00:11 UTC (History)
2 users (show)

See Also:
Kernel Version: make menuconfig vague on Xeon dual core processor
Subsystem:
Regression: ---
Bisected commit-id:


Attachments

Description Todd 2007-10-24 15:12:29 UTC
Most recent kernel where this bug did not occur: CentOS 5
Distribution: CentOS
Hardware Environment: Xeon
Software Environment: CentOS 5
Problem Description:

Hi All,
  Sorry for reporting a CentOS (RHEL) bug here.  I had originally
reported it on CentOS's site, but they did not take responsibility
(said to report it "upstream", which I presume is you guys):
  http://bugs.centos.org/view.php?id=2386

  When compiling a new kernel with "make menuconfig", the processor
section does not adequately state which option is for the Xeon Dual Core
processors. The closest notations are:

Pentium-4/Celeron(P4-based)/Pentium-4 M/Xeon
Pentium-III/Celeron(Coppermine)/Pentium-III Xeon

Being that the Xeon Dual Core is based on the Pentium III, not
the Pentium 4, Pentium III is probably the correct choice, 
BUT WHO CAN TELL!


Steps to reproduce: make menuconfig
Comment 1 Natalie Protasevich 2007-11-12 21:23:24 UTC
This is not really a problem, this is still a Xeon. You can compile with any option and it will actually try to find the right one for you. 
But I guess a little clarification wouldn't hurt. Maybe, we'll ask Intel.
Comment 2 Shaohua 2007-11-12 23:54:57 UTC
yes, it's based on piii, but it itself has an optimization option in gcc. I don't know which kernel you are using, but latest kernel have a config option for 'Core 2/new Xeon', so at least it's not a upstream bug.
Comment 3 Sam Ravnborg 2007-11-13 00:02:43 UTC
> yes, it's based on piii, but it itself has an optimization option in gcc. I
> don't know which kernel you are using, but latest kernel have a config option
> for 'Core 2/new Xeon', so at least it's not a upstream bug.

If it is not in mainline kernel then I suggest to close the bug.

/Sam
Comment 4 Shaohua 2007-11-13 00:11:36 UTC
Even you didn't select the correct optimization option for gcc, it doesn't raelly matter to me. If there are optimization space, kernel usually will do it by itself, like write some code with mmx instruction. There isn't too many space left for gcc. I'll mark this as invalid as suggested.

Note You need to log in before you can comment on or make changes to this bug.