ARM: 8421/1: smp: Collapse arch_cpu_idle_dead() into cpu_die()
authorStephen Boyd <sboyd@codeaurora.org>
Mon, 24 Aug 2015 20:49:30 +0000 (21:49 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 25 Aug 2015 17:19:19 +0000 (18:19 +0100)
commit9205b797dbe519a629267ec8c5766cd973d35063
tree1382ed39544245f648acafedb484c16007930c61
parent96231b2686b53f71838a335bdc404cb5285d1a01
ARM: 8421/1: smp: Collapse arch_cpu_idle_dead() into cpu_die()

The only caller of cpu_die() on ARM is arch_cpu_idle_dead(), so
let's simplify the code by renaming cpu_die() to
arch_cpu_idle_dead(). While were here, drop the __ref annotation
because __cpuinit is gone nowadays.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/include/asm/smp.h
arch/arm/kernel/process.c
arch/arm/kernel/smp.c