From: Stephen Boyd Date: Mon, 24 Aug 2015 20:49:30 +0000 (+0100) Subject: ARM: 8421/1: smp: Collapse arch_cpu_idle_dead() into cpu_die() X-Git-Tag: omap-for-v4.3/fixes-rc1~102^2~1^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9205b797dbe519a629267ec8c5766cd973d35063;p=pandora-kernel.git 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 Signed-off-by: Russell King --- Reading git-diff-tree failed