[PATCH 3/4] cris: is_crashkernel_mem_reserved() should return 0

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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




[Index of Archives]     [LM Sensors]     [Linux Sound]     [ALSA Users]     [ALSA Devel]     [Linux Audio Users]     [Linux Media]     [Kernel]     [Gimp]     [Yosemite News]     [Linux Media]

  Powered by Linux