Commit ab2d870e authored by Dave Jones's avatar Dave Jones Committed by Dave Jones

[CPUFREQ] powernow-k8 compile fix

parent 453a0790
......@@ -494,7 +494,7 @@ check_supported_cpu(void)
struct cpuinfo_x86 *c = cpu_data;
u32 eax, ebx, ecx, edx;
if (num_online_cpus != 1) {
if (num_online_cpus() != 1) {
printk(KERN_INFO PFX "multiprocessor systems not supported\n");
return 0;
}
......
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