From: Geert Uytterhoeven <geert@linux-m68k.org>
To: Simon Horman <horms@verge.net.au>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>, kexec@lists.infradead.org
Subject: [PATCH 3/4] cris: is_crashkernel_mem_reserved() should return 0
Date: Tue, 17 Sep 2013 10:37:10 +0200 [thread overview]
Message-ID: <1379407031-5466-3-git-send-email-geert@linux-m68k.org> (raw)
In-Reply-To: <1379407031-5466-1-git-send-email-geert@linux-m68k.org>
Cris doesn't have support for crash kernels yet.
Signed-off-by: Geert Uytterhoeven <geert@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
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
next prev parent reply other threads:[~2013-09-17 8:37 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-17 8:37 [PATCH 1/4] .gitignore: Only ignore generated autotools files in the top directory Geert Uytterhoeven
2013-09-17 8:37 ` [PATCH 2/4] kexec: Fix cris/superh comment mixups Geert Uytterhoeven
2013-09-19 20:55 ` Simon Horman
2013-09-17 8:37 ` Geert Uytterhoeven [this message]
2013-09-19 20:55 ` [PATCH 3/4] cris: is_crashkernel_mem_reserved() should return 0 Simon Horman
2013-09-17 8:37 ` [PATCH 4/4] kexec/kexec.c: Prefix hex numbers by 0x Geert Uytterhoeven
2013-09-19 20:56 ` Simon Horman
2013-09-19 20:54 ` [PATCH 1/4] .gitignore: Only ignore generated autotools files in the top directory Simon Horman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1379407031-5466-3-git-send-email-geert@linux-m68k.org \
--to=geert@linux-m68k.org \
--cc=horms@verge.net.au \
--cc=kexec@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox