[CPUFREQ] powernow-k8: On load failure, remind the user to enable support in BIOS...
[sfrench/cifs-2.6.git] / arch / x86 / kernel / cpu / cpufreq / powernow-k8.c
index 3e90cce3dc8bfe50fa245e8febe2aaf2625df25e..c48b44b3b43ab1e08c0c5c250f3a7f2fcbc5caf6 100644 (file)
@@ -806,6 +806,8 @@ static int find_psb_table(struct powernow_k8_data *data)
         * www.amd.com
         */
        printk(KERN_ERR FW_BUG PFX "No PSB or ACPI _PSS objects\n");
+       printk(KERN_ERR PFX "Make sure that your BIOS is up to date"
+               " and Cool'N'Quiet support is enabled in BIOS setup\n");
        return -ENODEV;
 }