Commit 6404c85b authored by Dave Jones's avatar Dave Jones

[CPUFREQ] Inform user about broken powernow-k7 PST tables.

parent 27cb24a7
/* /*
* AMD K7 Powernow driver. * AMD K7 Powernow driver.
* (C) 2003 Dave Jones <davej@codemonkey.org.uk> on behalf of SuSE Labs. * (C) 2003 Dave Jones <davej@codemonkey.org.uk> on behalf of SuSE Labs.
* (C) 2003 Dave Jones <davej@redhat.com>
* *
* Licensed under the terms of the GNU GPL License version 2. * Licensed under the terms of the GNU GPL License version 2.
* Based upon datasheets & sample CPUs kindly provided by AMD. * Based upon datasheets & sample CPUs kindly provided by AMD.
...@@ -325,6 +326,8 @@ static int powernow_decode_bios (int maxfid, int startvid) ...@@ -325,6 +326,8 @@ static int powernow_decode_bios (int maxfid, int startvid)
p+=2; p+=2;
} }
} }
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");
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