public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: AW: HT enable on BIOS which doesn't supports it?
       [not found] <00e001c3adec$58762250$0200a8c0@netzvonfrank>
@ 2003-11-18 16:07 ` Michal Semler (volny.cz)
  2003-11-18 16:25   ` Valdis.Kletnieks
  0 siblings, 1 reply; 5+ messages in thread
From: Michal Semler (volny.cz) @ 2003-11-18 16:07 UTC (permalink / raw)
  To: Frank Büttner; +Cc: linux-kernel

Hmm..so why "ht" flag is detected?

This chip is really strange. It looks like only renamed real P4/XEON,
coz through CPUFREQ I got it to work on lower frequencies:

cpufreq: P4/Xeon(TM) CPU On-Demand Clock Modulation available

processor       : 0
vendor_id       : GenuineIntel
cpu family      : 15
model           : 2
model name      : Intel(R) Celeron(R) CPU 2.40GHz
stepping        : 9
cpu MHz         : 299.700
cache size      : 128 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 2
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat 
pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm
bogomips        : 597.91

Can somebody tells me more? I would like start HT if it is possible

Michal

Dne úterý 18 listopad 2003 16:55 jste napsal(a):
> The Celeron is not a HT CPU!!!!
>
> -----Ursprüngliche Nachricht-----
> Von: linux-kernel-owner@vger.kernel.org
> [mailto:linux-kernel-owner@vger.kernel.org] Im Auftrag von Michal Semler
> (volny.cz)
> Gesendet: Dienstag, 18. November 2003 16:45
> An: linux-kernel@vger.kernel.org
> Betreff: HT enable on BIOS which doesn't supports it?
>
>
> Hi, in my laptop Acer TravelMate242 I have HT enabled CPU,
>
> but when I try start up with SMP or LocalAPIC kernel enabled, kernel
> freezes
>
> during boot time.
>
> Is there any possibility to run HT enabled CPU on my laptop without BIOS
> support?
>
> processor       : 0
> vendor_id       : GenuineIntel
> cpu family      : 15
> model           : 2
> model name      : Intel(R) Celeron(R) CPU 2.40GHz
> stepping        : 9
> cpu MHz         : 2398.001
> cache size      : 128 KB
> fdiv_bug        : no
> hlt_bug         : no
> f00f_bug        : no
> coma_bug        : no
> fpu             : yes
> fpu_exception   : yes
> cpuid level     : 2
> wp              : yes
> flags           : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov
> pat
> pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm
> bogomips        : 4784.12
>
> Thanks a lot
>
> Michal
>
> -
> 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] 5+ messages in thread

* Re: AW: HT enable on BIOS which doesn't supports it?
  2003-11-18 16:07 ` Michal Semler (volny.cz)
@ 2003-11-18 16:25   ` Valdis.Kletnieks
  0 siblings, 0 replies; 5+ messages in thread
From: Valdis.Kletnieks @ 2003-11-18 16:25 UTC (permalink / raw)
  To: cijoml; +Cc: Frank Büttner, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 753 bytes --]

On Tue, 18 Nov 2003 17:07:29 +0100, "Michal Semler (volny.cz)" said:
> Hmm..so why "ht" flag is detected?
> 
> This chip is really strange. It looks like only renamed real P4/XEON,
> coz through CPUFREQ I got it to work on lower frequencies:

Not really.  Here's mine (Dell Latitude C840):

processor       : 0
vendor_id       : GenuineIntel
cpu family      : 15
model           : 2
model name      : Intel(R) Pentium(R) 4 Mobile CPU 1.60GHz
stepping        : 4
cpu MHz         : 1595.776
....
flags           : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm

Wow.. HT-enabled. However, if I build an SMP-enabled kernel, it turns out that
there's only one sibling...


[-- Attachment #2: Type: application/pgp-signature, Size: 226 bytes --]

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

* Re: AW: HT enable on BIOS which doesn't supports it?
@ 2003-11-18 16:56 Bradley Chapman
  2003-11-18 17:08 ` Michael Buesch
  2003-11-20 22:42 ` bill davidsen
  0 siblings, 2 replies; 5+ messages in thread
From: Bradley Chapman @ 2003-11-18 16:56 UTC (permalink / raw)
  To: Valdis.Kletnieks; +Cc: linux-kernel

> On Tue, 18 Nov 2003 17:07:29 +0100, "Michal Semler (volny.cz)" said:
> > Hmm..so why "ht" flag is detected?
> >
> > This chip is really strange. It looks like only renamed real P4/XEON,
> > coz through CPUFREQ I got it to work on lower frequencies:
> 
> Not really. Here's mine (Dell Latitude C840):
> 
> processor : 0
> vendor_id : GenuineIntel
> cpu family : 15
> model : 2
> model name : Intel(R) Pentium(R) 4 Mobile CPU 1.60GHz
> stepping : 4
> cpu MHz : 1595.776
> ....
> flags : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 clflush
> dts acpi mmx fxsr sse sse2 ss ht tm
> 
> Wow.. HT-enabled. However, if I build an SMP-enabled kernel, it turns out that
> there's only one sibling...

My CPU is like that too:

processor       : 0
vendor_id       : GenuineIntel
cpu family      : 15
model           : 2
model name      : Mobile Intel(R) Pentium(R) 4 - M CPU 2.00GHz
stepping        : 7
cpu MHz         : 1994.259
cache size      : 512 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 2
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36
clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe cid
bogomips        : 3932.16

I also have an 'ht' flag -- but I've never tried SMP. XP doesn't seem to think HT
is on here either, so I just put it down as an anomaly.

Brad

__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree

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

* Re: AW: HT enable on BIOS which doesn't supports it?
  2003-11-18 16:56 AW: HT enable on BIOS which doesn't supports it? Bradley Chapman
@ 2003-11-18 17:08 ` Michael Buesch
  2003-11-20 22:42 ` bill davidsen
  1 sibling, 0 replies; 5+ messages in thread
From: Michael Buesch @ 2003-11-18 17:08 UTC (permalink / raw)
  To: Bradley Chapman; +Cc: linux kernel mailing list

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Tuesday 18 November 2003 17:56, Bradley Chapman wrote:
> My CPU is like that too:
> 
> processor       : 0
> vendor_id       : GenuineIntel
> cpu family      : 15
> model           : 2
> model name      : Mobile Intel(R) Pentium(R) 4 - M CPU 2.00GHz
> stepping        : 7
> cpu MHz         : 1994.259
> cache size      : 512 KB
> fdiv_bug        : no
> hlt_bug         : no
> f00f_bug        : no
> coma_bug        : no
> fpu             : yes
> fpu_exception   : yes
> cpuid level     : 2
> wp              : yes
> flags           : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov
> pat pse36\r clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe cid
> bogomips        : 3932.16
> 
> I also have an 'ht' flag -- but I've never tried SMP. XP doesn't seem to
> think HT\r is on here either, so I just put it down as an anomaly.

All Northwood CPUs have ht, but it's disabled and you cannot use it.
(except you have an "official" HT-CPU 8-) )

mb@lfs:~> cat /proc/cpuinfo 
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 15
model           : 2
model name      : Intel(R) Pentium(R) 4 CPU 1.60GHz
stepping        : 4
cpu MHz         : 2240.925
cache size      : 512 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 2
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm
bogomips        : 4423.68

> Brad

- -- 
Regards Michael Buesch  [ http://www.tuxsoft.de.vu ]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/ulIUoxoigfggmSgRAkerAJ9kIByapAADdKFTMNVtypsI6Lx4YgCfSnip
TnYSxhE+aKO6MbxKyEH+pNs=
=JBVd
-----END PGP SIGNATURE-----

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

* Re: AW: HT enable on BIOS which doesn't supports it?
  2003-11-18 16:56 AW: HT enable on BIOS which doesn't supports it? Bradley Chapman
  2003-11-18 17:08 ` Michael Buesch
@ 2003-11-20 22:42 ` bill davidsen
  1 sibling, 0 replies; 5+ messages in thread
From: bill davidsen @ 2003-11-20 22:42 UTC (permalink / raw)
  To: linux-kernel

In article <20031118165605.39280.qmail@web40903.mail.yahoo.com>,
Bradley Chapman  <kakadu_croc@yahoo.com> wrote:

| My CPU is like that too:
| 
| processor       : 0
| vendor_id       : GenuineIntel
| cpu family      : 15
| model           : 2
| model name      : Mobile Intel(R) Pentium(R) 4 - M CPU 2.00GHz
| stepping        : 7
| cpu MHz         : 1994.259
| cache size      : 512 KB
| fdiv_bug        : no
| hlt_bug         : no
| f00f_bug        : no
| coma_bug        : no
| fpu             : yes
| fpu_exception   : yes
| cpuid level     : 2
| wp              : yes
| flags           : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36
| clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe cid
| bogomips        : 3932.16
| 
| I also have an 'ht' flag -- but I've never tried SMP. XP doesn't seem to think HT
| is on here either, so I just put it down as an anomaly.

You can have the HT feature with only one sibling. The value of this is
not obvious, and I have no idea if the 2nd sib is really disabled or if
it is missing. You can find good discussion in comp.sys.intel and some
of the conspiracy groups, I bet.

-- 
bill davidsen <davidsen@tmr.com>
  CTO, TMR Associates, Inc
Doing interesting things with little computers since 1979.

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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-18 16:56 AW: HT enable on BIOS which doesn't supports it? Bradley Chapman
2003-11-18 17:08 ` Michael Buesch
2003-11-20 22:42 ` bill davidsen
     [not found] <00e001c3adec$58762250$0200a8c0@netzvonfrank>
2003-11-18 16:07 ` Michal Semler (volny.cz)
2003-11-18 16:25   ` Valdis.Kletnieks

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