Commit 578e42d7 authored by Dave Jones's avatar Dave Jones

[CPUFREQ] Use different attack with the Powernow-K7 bad bios problems.

Remove dupes by using a webpage instead of flooding me with lots of
similar emails.
 
parent df8ce554
...@@ -337,7 +337,8 @@ static int powernow_decode_bios (int maxfid, int startvid) ...@@ -337,7 +337,8 @@ static int powernow_decode_bios (int maxfid, int startvid)
} }
} }
printk (KERN_INFO PFX "No PST tables match this cpuid (0x%x)\n", etuple); printk (KERN_INFO PFX "No PST tables match this cpuid (0x%x)\n", etuple);
printk ("This is indicative of a broken BIOS. Email davej@redhat.com\n"); printk (KERN_INFO PFX "This is indicative of a broken BIOS.\n");
printk (KERN_INFO PFX "See http://www.codemonkey.org.uk/projects/cpufreq/powernow-k7.shtml\n");
return -EINVAL; return -EINVAL;
} }
p++; p++;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment