diff options
Diffstat (limited to 'arch/x86/kernel/cpu/cpufreq/powernow-k8.c')
-rw-r--r-- | arch/x86/kernel/cpu/cpufreq/powernow-k8.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/cpufreq/powernow-k8.c b/arch/x86/kernel/cpu/cpufreq/powernow-k8.c index c567dec854f6..b41f7da4555b 100644 --- a/arch/x86/kernel/cpu/cpufreq/powernow-k8.c +++ b/arch/x86/kernel/cpu/cpufreq/powernow-k8.c | |||
@@ -1276,7 +1276,7 @@ static int __cpuinit powernowk8_cpu_init(struct cpufreq_policy *pol) | |||
1276 | 1276 | ||
1277 | if (powernow_k8_cpu_init_acpi(data)) { | 1277 | if (powernow_k8_cpu_init_acpi(data)) { |
1278 | /* | 1278 | /* |
1279 | * Use the PSB BIOS structure. This is only availabe on | 1279 | * Use the PSB BIOS structure. This is only available on |
1280 | * an UP version, and is deprecated by AMD. | 1280 | * an UP version, and is deprecated by AMD. |
1281 | */ | 1281 | */ |
1282 | if (num_online_cpus() != 1) { | 1282 | if (num_online_cpus() != 1) { |