Skip to content

Commit

Permalink
[CPUFREQ] longhaul: Fix up unreachable code.
Browse files Browse the repository at this point in the history
Signed-off-by: Rafał Bilski <rafalbilski@interia.pl>
Signed-off-by: Dave Jones <davej@redhat.com>
  • Loading branch information
Dave Jones committed Dec 29, 2006
1 parent d349c4a commit 1cfe201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/i386/kernel/cpu/cpufreq/longhaul.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1cfe201

Please sign in to comment.