diff options
Diffstat (limited to 'arch/x86/kernel/cpu/cpufreq/powernow-k8.c')
-rw-r--r-- | arch/x86/kernel/cpu/cpufreq/powernow-k8.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/arch/x86/kernel/cpu/cpufreq/powernow-k8.c b/arch/x86/kernel/cpu/cpufreq/powernow-k8.c index a9d7ecbf64b7..2709b3c183b4 100644 --- a/arch/x86/kernel/cpu/cpufreq/powernow-k8.c +++ b/arch/x86/kernel/cpu/cpufreq/powernow-k8.c | |||
@@ -1250,13 +1250,12 @@ static int powernowk8_verify(struct cpufreq_policy *pol) | |||
1250 | return cpufreq_frequency_table_verify(pol, data->powernow_table); | 1250 | return cpufreq_frequency_table_verify(pol, data->powernow_table); |
1251 | } | 1251 | } |
1252 | 1252 | ||
1253 | static const char ACPI_PSS_BIOS_BUG_MSG[] = | ||
1254 | KERN_ERR FW_BUG PFX "No compatible ACPI _PSS objects found.\n" | ||
1255 | KERN_ERR FW_BUG PFX "Try again with latest BIOS.\n"; | ||
1256 | |||
1257 | /* per CPU init entry point to the driver */ | 1253 | /* per CPU init entry point to the driver */ |
1258 | static int __cpuinit powernowk8_cpu_init(struct cpufreq_policy *pol) | 1254 | static int __cpuinit powernowk8_cpu_init(struct cpufreq_policy *pol) |
1259 | { | 1255 | { |
1256 | static const char ACPI_PSS_BIOS_BUG_MSG[] = | ||
1257 | KERN_ERR FW_BUG PFX "No compatible ACPI _PSS objects found.\n" | ||
1258 | KERN_ERR FW_BUG PFX "Try again with latest BIOS.\n"; | ||
1260 | struct powernow_k8_data *data; | 1259 | struct powernow_k8_data *data; |
1261 | cpumask_t oldmask; | 1260 | cpumask_t oldmask; |
1262 | int rc; | 1261 | int rc; |