1
0
Fork 0

[CPUFREQ] longhaul: Fix up unreachable code.

Signed-off-by: Rafał Bilski <rafalbilski@interia.pl>
Signed-off-by: Dave Jones <davej@redhat.com>
hifive-unleashed-5.1
Dave Jones 2006-12-28 22:30:16 -05:00
parent d349c4a5ae
commit 1cfe201426
1 changed files with 1 additions and 1 deletions

View File

@ -774,8 +774,8 @@ static int __init longhaul_init(void)
#ifdef CONFIG_SMP
if (num_online_cpus() > 1) {
return -ENODEV;
printk(KERN_ERR PFX "More than 1 CPU detected, longhaul disabled.\n");
return -ENODEV;
}
#endif
#ifdef CONFIG_X86_IO_APIC