ARM: socfpga: add smp_ops.cpu_kill to make kexec/kdump available
authorHiraku Toyooka <hiraku.toyooka.gu@hitachi.com>
Wed, 10 Jun 2015 07:47:19 +0000 (07:47 +0000)
committerDinh Nguyen <dinguyen@opensource.altera.com>
Tue, 7 Jul 2015 18:39:24 +0000 (13:39 -0500)
Kexec_load syscall in ARM requires that machine-specific code
has the smp_ops.cpu_kill() before loading kernel image.
This patch adds the cpu_kill(), as a result, kexec reboot and
kernel crash dump become available in mach-socfpga.

Signed-off-by: Hiraku Toyooka <hiraku.toyooka.gu@hitachi.com>
Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
Link: http://lists.infradead.org/pipermail/linux-arm-kernel/2015-June/348004.html
Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>

No differences found