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)
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

Simple merge
Simple merge
Simple merge