From: Pavel Machek <pavel@ucw.cz>
To: Andrew Grover <andrew.grover@intel.com>,
kernel list <linux-kernel@vger.kernel.org>,
Rusty trivial patch monkey Russell <trivial@rustcorp.com.au>
Subject: Fix thermal managment
Date: Mon, 23 Sep 2002 19:35:01 +0200 [thread overview]
Message-ID: <20020923173501.GA6313@elf.ucw.cz> (raw)
Hi!
Without this, thermal throttling never goes beyond T1 state because it
forgets previous state each time. This cooks machines. Please apply,
Pavel
--- clean/drivers/acpi/processor.c 2002-09-23 00:09:12.000000000 +0200
+++ linux-swsusp/drivers/acpi/processor.c 2002-09-23 00:10:11.000000000 +0200
@@ -1478,6 +1478,9 @@
* performance state.
*/
+ px = pr->limit.thermal.px;
+ tx = pr->limit.thermal.tx;
+
switch (type) {
case ACPI_PROCESSOR_LIMIT_NONE:
--
Worst form of spam? Adding advertisment signatures ala sourceforge.net.
What goes next? Inserting advertisment *into* email?
reply other threads:[~2002-09-23 18:05 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20020923173501.GA6313@elf.ucw.cz \
--to=pavel@ucw.cz \
--cc=andrew.grover@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=trivial@rustcorp.com.au \
/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
all inboxes | Powered by JetHome®