public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Dave Jones <davej@suse.de>
To: Zwane Mwaikambo <zwane@linux.realnet.co.sz>
Cc: Linux Kernel <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH][RFC] P4/Xeon Thermal LVT support
Date: Wed, 27 Mar 2002 12:43:33 +0100	[thread overview]
Message-ID: <20020327124333.A17832@suse.de> (raw)
In-Reply-To: <Pine.LNX.4.44.0203270751400.22305-100000@netfinity.realnet.co.sz> <Pine.LNX.4.44.0203270803150.22597-100000@netfinity.realnet.co.sz>

On Wed, Mar 27, 2002 at 08:04:37AM +0200, Zwane Mwaikambo wrote:

 > +	rdmsr(MSR_IA32_THERM_STATUS, l, h);
 > +	if (l & 1) {
 > +		printk(KERN_EMERG "CPU#%d: Temperature above threshold\n", cpu);
 > +		printk(KERN_EMERG "CPU#%d: Running in modulated clock mode\n", cpu);
 > +	} else {
 > +		printk(KERN_INFO "CPU#%d: Temperature/speed normal\n", cpu);
 > +	}

This chunk probably wants to be rate-limited to avoid flooding the
same message over and over.

-- 
| Dave Jones.        http://www.codemonkey.org.uk
| SuSE Labs

  reply	other threads:[~2002-03-27 11:44 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-27  5:53 [PATCH][RFC] P4/Xeon Thermal LVT support Zwane Mwaikambo
2002-03-27  6:04 ` Zwane Mwaikambo
2002-03-27 11:43   ` Dave Jones [this message]
2002-03-27 11:36     ` Zwane Mwaikambo
2002-03-27 12:00       ` Dave Jones
2002-03-27 11:57         ` Zwane Mwaikambo
2002-03-27 13:28   ` Maciej W. Rozycki
2002-03-27 14:33     ` Zwane Mwaikambo
2002-03-27 15:24       ` Maciej W. Rozycki
2002-03-27 15:18         ` Zwane Mwaikambo
2002-03-27 16:09           ` [PATCH][RFC] P4/Xeon Thermal LVT support (take 2) Zwane Mwaikambo
2002-03-28  3:53             ` Brian Gerst
2002-03-28  6:42               ` Zwane Mwaikambo
2002-03-27 16:15           ` [PATCH][RFC] P4/Xeon Thermal LVT support Maciej W. Rozycki
2002-03-27 16:08             ` Zwane Mwaikambo
2002-03-27 18:16             ` Alan Cox
2002-03-27 18:35               ` Mike Dresser
2002-03-27 18:40                 ` Joel Jaeggli
2002-03-27 19:03                   ` Mike Dresser
2002-03-27 19:23                     ` Alan Cox
2002-03-28 12:42               ` Maciej W. Rozycki
2002-03-28 19:07                 ` Francois Romieu
2002-03-29 23:07                 ` Pavel Machek
2002-04-02 11:32                   ` Maciej W. Rozycki
2002-03-27 15:55         ` Zwane Mwaikambo
2002-03-27 16:21           ` Maciej W. Rozycki

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=20020327124333.A17832@suse.de \
    --to=davej@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=zwane@linux.realnet.co.sz \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox