All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dave Jones <davej@redhat.com>
To: Erik Slagter <erik@slagter.name>
Cc: cpufreq <cpufreq@www.linux.org.uk>
Subject: Re: TM1/TM2
Date: Mon, 2 Oct 2006 12:08:17 -0400	[thread overview]
Message-ID: <20061002160817.GE23268@redhat.com> (raw)
In-Reply-To: <4520F84C.6090604@slagter.name>

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

      reply	other threads:[~2006-10-02 16:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-02 11:30 TM1/TM2 Erik Slagter
2006-10-02 16:08 ` Dave Jones [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20061002160817.GE23268@redhat.com \
    --to=davej@redhat.com \
    --cc=cpufreq@www.linux.org.uk \
    --cc=erik@slagter.name \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.