diff options
author | Tony Lindgren <tony@atomide.com> | 2016-06-22 12:05:12 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-06-23 08:57:02 +0300 |
commit | 3696203c47544f126fe6f0edd6e88e5cc90e7f34 (patch) | |
tree | fa4b94eb5fc33bec66be80224571f423b21697d2 /arch/arm/mach-omap2/common.h | |
parent | 3251885285e15e4b0ff1b0501a49380b24204f35 (diff) | |
download | linux-3696203c47544f126fe6f0edd6e88e5cc90e7f34.tar.xz |
ARM: OMAP4+: Allow kexec on SMP variants
Kexec needs omap4_cpu_kill, otherwise kexec will produce on SMP:
kexec_load failed: Invalid argument
Acked-by: Santosh Shilimkar <ssantosh@kernel.org>
Tested-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/common.h')
-rw-r--r-- | arch/arm/mach-omap2/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/common.h b/arch/arm/mach-omap2/common.h index 0136405a465f..deed42e1dd9c 100644 --- a/arch/arm/mach-omap2/common.h +++ b/arch/arm/mach-omap2/common.h @@ -272,6 +272,7 @@ extern void omap_auxcoreboot_addr(u32 cpu_addr); extern u32 omap_read_auxcoreboot0(void); extern void omap4_cpu_die(unsigned int cpu); +extern int omap4_cpu_kill(unsigned int cpu); extern const struct smp_operations omap4_smp_ops; |