mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-04 17:44:14 +08:00
bfin: Fix typo in arch_cpu_idle()
Introduced by commit 25d67f860f
("bfin: Use generic idle loop").
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Cc: Paul McKenney <paulmck@linux.vnet.ibm.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Cc: Srivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com>
Cc: Magnus Damm <magnus.damm@gmail.com>
Cc: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
This commit is contained in:
parent
f4e2e9a4b2
commit
59f0eaaacd
@ -65,7 +65,7 @@ void arch_cpu_idle(void)
|
||||
hard_local_irq_enable();
|
||||
}
|
||||
|
||||
#ufdef CONFIG_HOTPLUG_CPU
|
||||
#ifdef CONFIG_HOTPLUG_CPU
|
||||
void arch_cpu_idle_dead(void)
|
||||
{
|
||||
cpu_die();
|
||||
|
Loading…
Reference in New Issue
Block a user