From: Peter Osterlund <petero2@telia.com>
To: Alan Cox <alan@redhat.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Linux 2.4.19-rc1-ac3
Date: 13 Jul 2002 01:42:52 +0200 [thread overview]
Message-ID: <m2znwwikcj.fsf@best.localdomain> (raw)
In-Reply-To: <200207121914.g6CJEcN32497@devserv.devel.redhat.com>
Alan Cox <alan@redhat.com> writes:
> o Update cpufreq, add PIV throttling (Robert Schwebel,
> Padraig Brady, Zwane Mwaikambo, Arjan van de Ven,
> Tora Engstad)
It doesn't work because of a bug in cpufreq_p4_validatedc. Here is a
patch to fix it:
--- linux/arch/i386/kernel/p4-clockmod.c.orig Sat Jul 13 01:27:30 2002
+++ linux/arch/i386/kernel/p4-clockmod.c Sat Jul 13 01:27:55 2002
@@ -97,8 +97,9 @@
for (i=0; i<8; i++)
if (percent <= cycle_table[i][0]) {
dc = cycle_table[i][1];
*pct = cycle_table[i][0];
+ break;
}
if (has_N44_O17_errata && (dc == DC_25PT || dc == DC_DFLT)) {
--
Peter Osterlund - petero2@telia.com
http://w1.894.telia.com/~u89404340
next prev parent reply other threads:[~2002-07-12 23:40 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-07-12 19:14 Linux 2.4.19-rc1-ac3 Alan Cox
2002-07-12 23:42 ` Peter Osterlund [this message]
2002-07-13 7:41 ` Zwane Mwaikambo
2002-07-13 10:34 ` Peter Osterlund
2002-07-13 12:38 ` Zwane Mwaikambo
2002-07-13 16:22 ` Peter Osterlund
2002-07-13 18:27 ` Alan Cox
2002-07-13 19:43 ` Peter Osterlund
2002-07-13 19:54 ` Russell King
2002-07-13 20:56 ` Peter Osterlund
2002-07-15 10:13 ` Thomas Sailer
2002-07-15 10:16 ` Russell King
2002-07-14 1:50 ` Alan Cox
[not found] ` <6010.1026651788@www53.gmx.net>
2002-07-14 13:09 ` Dominik Brodowski
2002-07-14 15:19 ` Peter Osterlund
2002-07-14 15:50 ` Dominik Brodowski
2002-07-14 18:52 ` Peter Osterlund
2002-07-13 10:25 ` Peter Osterlund
2002-07-13 14:15 ` Pavel Machek
2002-07-13 17:09 ` Alan Cox
2002-07-13 15:59 ` fchabaud
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=m2znwwikcj.fsf@best.localdomain \
--to=petero2@telia.com \
--cc=alan@redhat.com \
--cc=linux-kernel@vger.kernel.org \
/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.