* [PATCH] sh: Add depend on MMU for kexec
@ 2009-03-26 8:32 Nobuhiro Iwamatsu
2009-03-30 22:44 ` Paul Mundt
0 siblings, 1 reply; 2+ messages in thread
From: Nobuhiro Iwamatsu @ 2009-03-26 8:32 UTC (permalink / raw)
To: linux-sh
Kexec is not likely to work on NON-MMU CPU because this added
depend on MMU for kexec.
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
---
arch/sh/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 8d50d52..19566c8 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -530,7 +530,7 @@ source kernel/Kconfig.hz
config KEXEC
bool "kexec system call (EXPERIMENTAL)"
- depends on SUPERH32 && EXPERIMENTAL
+ depends on SUPERH32 && EXPERIMENTAL && MMU
help
kexec is a system call that implements the ability to shutdown your
current kernel, and to start another kernel. It is like a reboot
-- 1.6.2.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] sh: Add depend on MMU for kexec
2009-03-26 8:32 [PATCH] sh: Add depend on MMU for kexec Nobuhiro Iwamatsu
@ 2009-03-30 22:44 ` Paul Mundt
0 siblings, 0 replies; 2+ messages in thread
From: Paul Mundt @ 2009-03-30 22:44 UTC (permalink / raw)
To: linux-sh
On Thu, Mar 26, 2009 at 05:32:37PM +0900, Nobuhiro Iwamatsu wrote:
> Kexec is not likely to work on NON-MMU CPU because this added
> depend on MMU for kexec.
>
> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-03-30 22:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-26 8:32 [PATCH] sh: Add depend on MMU for kexec Nobuhiro Iwamatsu
2009-03-30 22:44 ` Paul Mundt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox