Skip to content

Commit 59f0eaa

Browse files
author
Ingo Molnar
committed
bfin: Fix typo in arch_cpu_idle()
Introduced by commit 25d67f8 ("bfin: Use generic idle loop"). Cc: Thomas Gleixner <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Rusty Russell <[email protected]> Cc: Paul McKenney <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Cc: Srivatsa S. Bhat <[email protected]> Cc: Magnus Damm <[email protected]> Cc: Mike Frysinger <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>
1 parent f4e2e9a commit 59f0eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/blackfin/kernel/process.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ void arch_cpu_idle(void)
6565
hard_local_irq_enable();
6666
}
6767

68-
#ufdef CONFIG_HOTPLUG_CPU
68+
#ifdef CONFIG_HOTPLUG_CPU
6969
void arch_cpu_idle_dead(void)
7070
{
7171
cpu_die();

0 commit comments

Comments
 (0)