* TM1/TM2
@ 2006-10-02 11:30 Erik Slagter
2006-10-02 16:08 ` TM1/TM2 Dave Jones
0 siblings, 1 reply; 2+ messages in thread
From: Erik Slagter @ 2006-10-02 11:30 UTC (permalink / raw)
To: cpufreq
[-- Attachment #1.1: Type: text/plain, Size: 372 bytes --]
Hi,
Is there a reliable way to know whether tm1/tm2 and/or other throttling
have been applied by the hardware?
I am very suspicious that my cpu does tm1 or tm2 once in a while, but I
can't prove it. It doesn't seem to be reported via MCE, which I'd expect.
FWIW I have a Pentium D915 and it has eist and tm1/tm2 (although linux
says only tm1), all enabled in the BIOS.
[-- Attachment #1.2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3315 bytes --]
[-- Attachment #2: Type: text/plain, Size: 147 bytes --]
_______________________________________________
Cpufreq mailing list
Cpufreq@lists.linux.org.uk
http://lists.linux.org.uk/mailman/listinfo/cpufreq
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: TM1/TM2
2006-10-02 11:30 TM1/TM2 Erik Slagter
@ 2006-10-02 16:08 ` Dave Jones
0 siblings, 0 replies; 2+ messages in thread
From: Dave Jones @ 2006-10-02 16:08 UTC (permalink / raw)
To: Erik Slagter; +Cc: cpufreq
On Mon, Oct 02, 2006 at 01:30:20PM +0200, Erik Slagter wrote:
> Hi,
>
> Is there a reliable way to know whether tm1/tm2 and/or other throttling
> have been applied by the hardware?
>
> I am very suspicious that my cpu does tm1 or tm2 once in a while, but I
> can't prove it. It doesn't seem to be reported via MCE, which I'd expect.
>
> FWIW I have a Pentium D915 and it has eist and tm1/tm2 (although linux
> says only tm1), all enabled in the BIOS.
Thermal monitoring isn't actually handled by cpufreq, but by the mcheck code
(arch/i386/kernel/cpu/mcheck/p4.c)
It appears that if it is in use it does the following printk's..
printk(KERN_EMERG "CPU%d: Temperature above threshold\n", cpu);
printk(KERN_EMERG "CPU%d: Running in modulated clock mode\n",
So if you haven't seen those, it isn't in effect.
The only other thermal throttling is that provided by the p4-clockmod
module, which will scale regardless of temperature. If you don't want
it to scale, don't load the module ;)
Dave
--
http://www.codemonkey.org.uk
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-10-02 16:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-02 11:30 TM1/TM2 Erik Slagter
2006-10-02 16:08 ` TM1/TM2 Dave Jones
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.