public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* RE: P4 3.06Ghz Hyperthreading with 2.4.20?
@ 2003-03-20 17:11 Grover, Andrew
  2003-03-20 21:29 ` James Wright
  0 siblings, 1 reply; 10+ messages in thread
From: Grover, Andrew @ 2003-03-20 17:11 UTC (permalink / raw)
  To: James Wright, Nakajima, Jun; +Cc: linux-kernel

> From: James Wright [mailto:james@jigsawdezign.com] 
>    So i can apply the ACPI patch to 2.4.20, and it will work, 
> even though my motherboard BIOS
> doesn't provide the MPS table?

Yes, because ACPI uses a different table.

> Do i still need to use 
> "acpismp=force" option?

Nope.

> What do you mean
> by *configuring* acpi

Configuring it into your kernel, presumably, using make menuconfig.

> do i need the "acpid" or other 
> resources, than just enabling it?

Nope, all the SMP detection stuff is in the kernel.

Regards -- Andy

> 
> Thanks,
> James
> 
> 
> On Wed, 19 Mar 2003 18:50:59 -0800
> "Nakajima, Jun" <jun.nakajima@intel.com> wrote:
> 
> > You need to apply the ACPI patch: 
> http://sourceforge.net/projects/acpi and *configure* APIC. 
> > 
> > The 2.4 kernel depends on the MPS table for all but logical 
> processors. If MPS table is not present, it will fall back to UP.
> > 
> > Thanks,
> > Jun
> > 
> > > -----Original Message-----
> > > From: James Wright [mailto:james@jigsawdezign.com]
> > > Sent: Wednesday, March 19, 2003 5:34 PM
> > > To: linux-kernel@vger.kernel.org
> > > Subject: P4 3.06Ghz Hyperthreading with 2.4.20?
> > > 
> > > Hello,
> > > 
> > >    I have kernel 2.4.20 with a single P4 3.06Ghz CPU and 
> Asus P4G8X
> > > motherboard
> > > (with the Intel E7205) Chipset. I have enabled 
> Hyperthreading in the BIOS
> > > options,
> > > compiled in SMP & ACPI support, and also tried adding 
> "acpismp=force" to
> > > my lilo
> > > kernel cmdline, but it just doesn't seem to detect the 
> second Logical CPU.
> > > My
> > > current theory is that this is bcos Linux expects the 
> motherboard to be an
> > > SMP
> > > item (as with the Xeon boards) but this board is a Single 
> processor board,
> > > ansd
> > > doesn't have an MP table, but the cpu info is held in the 
> ACPI tables.?!?
> > > 
> > > I have tried installing 2.5.65 but can't get past the 
> compile due to
> > > compile-time
> > > errors... Is this a known problem? SHall i just disable 
> Hyperthreading
> > > until a new
> > > kernel release?
> > > 
> > > 
> > > Thanks,
> > > James
> > > 
> > > 
> > > 
> > > -
> > > 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/
> > -
> > 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/
> > 
> -
> 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/
> 

^ permalink raw reply	[flat|nested] 10+ messages in thread
* RE: P4 3.06Ghz Hyperthreading with 2.4.20?
@ 2003-03-20 22:32 Grover, Andrew
  2003-03-20 23:45 ` James Wright
  0 siblings, 1 reply; 10+ messages in thread
From: Grover, Andrew @ 2003-03-20 22:32 UTC (permalink / raw)
  To: James Wright; +Cc: Nakajima, Jun, linux-kernel


> From: James Wright [mailto:james@jigsawdezign.com] 
> ACPI: Local APIC address 0xfee00000
> ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
> Processor #0 Pentium 4(tm) XEON(tm) APIC version 16
> ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
> Processor #1 Pentium 4(tm) XEON(tm) APIC version 16

There should be some messages about IO APICs right here. To be SMP, you
need IO APICs.

If you did the ACPI cpu enumeration only, please try the full ACPI
support. That is the only reason I can think of (except for !CONFIG_SMP)
as to why the IO APIC(s) could be overlooked.

> Kernel command line: BOOT_IMAGE=linux ro root=302 acpismp=force

Don't need acpismp=force, btw. With the patch off sf.net it is on by
default - you can use acpi=off to disable it, though. ;-)

Regards -- Andy

> On Thu, 20 Mar 2003 09:11:10 -0800
> "Grover, Andrew" <andrew.grover@intel.com> wrote:
> 
> > > From: James Wright [mailto:james@jigsawdezign.com] 
> > >    So i can apply the ACPI patch to 2.4.20, and it will work, 
> > > even though my motherboard BIOS
> > > doesn't provide the MPS table?
> > 
> > Yes, because ACPI uses a different table.
> > 
> > > Do i still need to use 
> > > "acpismp=force" option?
> > 
> > Nope.
> > 
> > > What do you mean
> > > by *configuring* acpi
> > 
> > Configuring it into your kernel, presumably, using make menuconfig.
> > 
> > > do i need the "acpid" or other 
> > > resources, than just enabling it?
> > 
> > Nope, all the SMP detection stuff is in the kernel.
> > 
> > Regards -- Andy
> > 
> > > 
> > > Thanks,
> > > James
> > > 
> > > 
> > > On Wed, 19 Mar 2003 18:50:59 -0800
> > > "Nakajima, Jun" <jun.nakajima@intel.com> wrote:
> > > 
> > > > You need to apply the ACPI patch: 
> > > http://sourceforge.net/projects/acpi and *configure* APIC. 
> > > > 
> > > > The 2.4 kernel depends on the MPS table for all but logical 
> > > processors. If MPS table is not present, it will fall back to UP.
> > > > 
> > > > Thanks,
> > > > Jun
> > > > 
> > > > > -----Original Message-----
> > > > > From: James Wright [mailto:james@jigsawdezign.com]
> > > > > Sent: Wednesday, March 19, 2003 5:34 PM
> > > > > To: linux-kernel@vger.kernel.org
> > > > > Subject: P4 3.06Ghz Hyperthreading with 2.4.20?
> > > > > 
> > > > > Hello,
> > > > > 
> > > > >    I have kernel 2.4.20 with a single P4 3.06Ghz CPU and 
> > > Asus P4G8X
> > > > > motherboard
> > > > > (with the Intel E7205) Chipset. I have enabled 
> > > Hyperthreading in the BIOS
> > > > > options,
> > > > > compiled in SMP & ACPI support, and also tried adding 
> > > "acpismp=force" to
> > > > > my lilo
> > > > > kernel cmdline, but it just doesn't seem to detect the 
> > > second Logical CPU.
> > > > > My
> > > > > current theory is that this is bcos Linux expects the 
> > > motherboard to be an
> > > > > SMP
> > > > > item (as with the Xeon boards) but this board is a Single 
> > > processor board,
> > > > > ansd
> > > > > doesn't have an MP table, but the cpu info is held in the 
> > > ACPI tables.?!?
> > > > > 
> > > > > I have tried installing 2.5.65 but can't get past the 
> > > compile due to
> > > > > compile-time
> > > > > errors... Is this a known problem? SHall i just disable 
> > > Hyperthreading
> > > > > until a new
> > > > > kernel release?
> > > > > 
> > > > > 
> > > > > Thanks,
> > > > > James
> > > > > 
> > > > > 
> > > > > 
> > > > > -
> > > > > 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/
> > > > -
> > > > 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/
> > > > 
> > > -
> > > 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/
> > > 
> > 
> 

^ permalink raw reply	[flat|nested] 10+ messages in thread
* RE: P4 3.06Ghz Hyperthreading with 2.4.20?
@ 2003-03-20  2:53 Nakajima, Jun
  0 siblings, 0 replies; 10+ messages in thread
From: Nakajima, Jun @ 2003-03-20  2:53 UTC (permalink / raw)
  To: Nakajima, Jun, James Wright, linux-kernel

Sorry for the typo. APIC -> ACPI.

> -----Original Message-----
> From: Nakajima, Jun
> Sent: Wednesday, March 19, 2003 6:51 PM
> To: James Wright; linux-kernel@vger.kernel.org
> Subject: RE: P4 3.06Ghz Hyperthreading with 2.4.20?
> 
> You need to apply the ACPI patch: http://sourceforge.net/projects/acpi and
> *configure* APIC.
> 
> The 2.4 kernel depends on the MPS table for all but logical processors. If
> MPS table is not present, it will fall back to UP.
> 
> Thanks,
> Jun
> 
> > -----Original Message-----
> > From: James Wright [mailto:james@jigsawdezign.com]
> > Sent: Wednesday, March 19, 2003 5:34 PM
> > To: linux-kernel@vger.kernel.org
> > Subject: P4 3.06Ghz Hyperthreading with 2.4.20?
> >
> > Hello,
> >
> >    I have kernel 2.4.20 with a single P4 3.06Ghz CPU and Asus P4G8X
> > motherboard
> > (with the Intel E7205) Chipset. I have enabled Hyperthreading in the
> BIOS
> > options,
> > compiled in SMP & ACPI support, and also tried adding "acpismp=force" to
> > my lilo
> > kernel cmdline, but it just doesn't seem to detect the second Logical
> CPU.
> > My
> > current theory is that this is bcos Linux expects the motherboard to be
> an
> > SMP
> > item (as with the Xeon boards) but this board is a Single processor
> board,
> > ansd
> > doesn't have an MP table, but the cpu info is held in the ACPI
> tables.?!?
> >
> > I have tried installing 2.5.65 but can't get past the compile due to
> > compile-time
> > errors... Is this a known problem? SHall i just disable Hyperthreading
> > until a new
> > kernel release?
> >
> >
> > Thanks,
> > James
> >
> >
> >
> > -
> > 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/
> -
> 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/

^ permalink raw reply	[flat|nested] 10+ messages in thread
* RE: P4 3.06Ghz Hyperthreading with 2.4.20?
@ 2003-03-20  2:50 Nakajima, Jun
  2003-03-20 13:37 ` James Wright
  0 siblings, 1 reply; 10+ messages in thread
From: Nakajima, Jun @ 2003-03-20  2:50 UTC (permalink / raw)
  To: James Wright, linux-kernel

You need to apply the ACPI patch: http://sourceforge.net/projects/acpi and *configure* APIC. 

The 2.4 kernel depends on the MPS table for all but logical processors. If MPS table is not present, it will fall back to UP.

Thanks,
Jun

> -----Original Message-----
> From: James Wright [mailto:james@jigsawdezign.com]
> Sent: Wednesday, March 19, 2003 5:34 PM
> To: linux-kernel@vger.kernel.org
> Subject: P4 3.06Ghz Hyperthreading with 2.4.20?
> 
> Hello,
> 
>    I have kernel 2.4.20 with a single P4 3.06Ghz CPU and Asus P4G8X
> motherboard
> (with the Intel E7205) Chipset. I have enabled Hyperthreading in the BIOS
> options,
> compiled in SMP & ACPI support, and also tried adding "acpismp=force" to
> my lilo
> kernel cmdline, but it just doesn't seem to detect the second Logical CPU.
> My
> current theory is that this is bcos Linux expects the motherboard to be an
> SMP
> item (as with the Xeon boards) but this board is a Single processor board,
> ansd
> doesn't have an MP table, but the cpu info is held in the ACPI tables.?!?
> 
> I have tried installing 2.5.65 but can't get past the compile due to
> compile-time
> errors... Is this a known problem? SHall i just disable Hyperthreading
> until a new
> kernel release?
> 
> 
> Thanks,
> James
> 
> 
> 
> -
> 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/

^ permalink raw reply	[flat|nested] 10+ messages in thread
* P4 3.06Ghz Hyperthreading with 2.4.20?
@ 2003-03-20  1:34 James Wright
  0 siblings, 0 replies; 10+ messages in thread
From: James Wright @ 2003-03-20  1:34 UTC (permalink / raw)
  To: linux-kernel

Hello,

   I have kernel 2.4.20 with a single P4 3.06Ghz CPU and Asus P4G8X motherboard
(with the Intel E7205) Chipset. I have enabled Hyperthreading in the BIOS options,
compiled in SMP & ACPI support, and also tried adding "acpismp=force" to my lilo
kernel cmdline, but it just doesn't seem to detect the second Logical CPU. My 
current theory is that this is bcos Linux expects the motherboard to be an SMP
item (as with the Xeon boards) but this board is a Single processor board, ansd
doesn't have an MP table, but the cpu info is held in the ACPI tables.?!?

I have tried installing 2.5.65 but can't get past the compile due to compile-time
errors... Is this a known problem? SHall i just disable Hyperthreading until a new
kernel release?


Thanks,
James




^ permalink raw reply	[flat|nested] 10+ messages in thread
* P4 3.06Ghz Hyperthreading with 2.4.20?
@ 2003-03-20  1:32 James Wright
  0 siblings, 0 replies; 10+ messages in thread
From: James Wright @ 2003-03-20  1:32 UTC (permalink / raw)
  To: linux-kernel

Hello,

   I have kernel 2.4.20 with a single P4 3.06Ghz CPU and Asus P4G8X motherboard
(with the Intel E7205) Chipset. I have enabled Hyperthreading in the BIOS options,
compiled in SMP & ACPI support, and also tried adding "acpismp=force" to my lilo
kernel cmdline, but it just doesn't seem to detect the second Logical CPU. My 
current theory is that this is bcos Linux expects the motherboard to be an SMP
item (as with the Xeon boards) but this board is a Single processor board, ansd
doesn't have an MP table, but the cpu info is held in the ACPI tables.?!?

I have tried installing 2.5.65 but can't get past the compile due to compile-time
errors... Is this a known problem? SHall i just disable Hyperthreading until a new
kernel release?


Thanks,
James




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

end of thread, other threads:[~2003-03-20 23:34 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-20 17:11 P4 3.06Ghz Hyperthreading with 2.4.20? Grover, Andrew
2003-03-20 21:29 ` James Wright
2003-03-20 22:27   ` J.A. Magallon
  -- strict thread matches above, loose matches on Subject: below --
2003-03-20 22:32 Grover, Andrew
2003-03-20 23:45 ` James Wright
2003-03-20  2:53 Nakajima, Jun
2003-03-20  2:50 Nakajima, Jun
2003-03-20 13:37 ` James Wright
2003-03-20  1:34 James Wright
2003-03-20  1:32 James Wright

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox