[PATCH 3/4] cris: is_crashkernel_mem_reserved() should return 0
Geert Uytterhoeven
geert at linux-m68k.org
Tue Sep 17 04:37:10 EDT 2013
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
More information about the kexec
mailing list