Cris doesn't have support for crash kernels yet. Signed-off-by: Geert Uytterhoeven <geert at linux-m68k.org> --- kexec/arch/cris/kexec-cris.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kexec/arch/cris/kexec-cris.c b/kexec/arch/cris/kexec-cris.c index 67fd156..4ac2f89 100644 --- a/kexec/arch/cris/kexec-cris.c +++ b/kexec/arch/cris/kexec-cris.c @@ -74,7 +74,7 @@ void arch_update_purgatory(struct kexec_info *UNUSED(info)) int is_crashkernel_mem_reserved(void) { - return 1; + return 0; } unsigned long virt_to_phys(unsigned long addr) -- 1.7.9.5