From: "Rafael J. Wysocki" <rjw@sisk.pl>
To: "Jon Schindler" <jonschindler@hotmail.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Kernel Oops with dual core athlon 64
Date: Thu, 7 Jul 2005 11:29:38 +0200 [thread overview]
Message-ID: <200507071129.38714.rjw@sisk.pl> (raw)
In-Reply-To: <BAY20-F42FDD187485A266D3988B6C4D80@phx.gbl>
[-- Attachment #1: Type: text/plain, Size: 1086 bytes --]
Hi,
On Thursday, 7 of July 2005 07:58, Jon Schindler wrote:
> The dmesg is below. After I get this Oops, I am unable to use my (PS/2)
> keyboard, and had to ssh to my machine in order to save a copy of dmesg
> before rebooting the machine. I've seen a couple of other users of dual
> core machings having this problem. The suggestion so far has been to remove
> the binary nvidia driver and repoducde the bug. So, I went ahead and
> removed the nvidia driver and used the deprecated nv driver that comes with
> X11 and I still have this issue. Does anyone have any ideas what might be
> causing this? Thanks in advance for the help. I don't know my way around
> the kernel, but I do have experience with C and should be able to apply any
> SMP patches if you want me to test it
It seems to be a cpufreq issue. You can try to apply the attached patch from
Mark Langsdorf.
Greets,
Rafael
--
- Would you tell me, please, which way I ought to go from here?
- That depends a good deal on where you want to get to.
-- Lewis Carroll "Alice's Adventures in Wonderland"
[-- Attachment #2: jhpn-2.6.12-rc6.patch --]
[-- Type: text/x-diff, Size: 837 bytes --]
--- linux-2.6.12-rc6/arch/i386/kernel/cpu/cpufreq/powernow-k8.c.old 2005-06-12 17:41:55.123651184 -0500
+++ linux-2.6.12-rc6/arch/i386/kernel/cpu/cpufreq/powernow-k8.c 2005-06-12 17:46:32.780440936 -0500
@@ -44,7 +44,7 @@
#define PFX "powernow-k8: "
#define BFX PFX "BIOS error: "
-#define VERSION "version 1.40.2"
+#define VERSION "version 1.40.4"
#include "powernow-k8.h"
/* serialize freq changes */
@@ -978,7 +978,7 @@
{
struct powernow_k8_data *data;
cpumask_t oldmask = CPU_MASK_ALL;
- int rc;
+ int rc, i;
if (!check_supported_cpu(pol->cpu))
return -ENODEV;
@@ -1064,7 +1064,9 @@
printk("cpu_init done, current fid 0x%x, vid 0x%x\n",
data->currfid, data->currvid);
- powernow_data[pol->cpu] = data;
+ for_each_cpu_mask(i, cpu_core_map[pol->cpu]) {
+ powernow_data[i] = data;
+ }
return 0;
next prev parent reply other threads:[~2005-07-07 9:30 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-07-07 5:58 Jon Schindler
2005-07-07 9:29 ` Rafael J. Wysocki [this message]
2005-07-07 16:34 ` Jon Schindler
2005-07-07 16:41 ` Kernel Oops with dual core athlon 64 (quick question) Jon Schindler
2005-07-07 19:04 ` Rafael J. Wysocki
2005-07-08 4:48 ` Jon Schindler
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=200507071129.38714.rjw@sisk.pl \
--to=rjw@sisk.pl \
--cc=jonschindler@hotmail.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 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®