diff options
author | Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> | 2009-03-26 04:32:37 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-03-30 18:38:37 -0400 |
commit | f36b59d1a4fa1e29be606d0513b5f7fa6e720f79 (patch) | |
tree | a91eab845b758330cb73a058f791497974576b41 | |
parent | 71c1d19e451c2823677a43182e482f66a23ed10a (diff) |
sh: Add MMU dependency for kexec
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>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
-rw-r--r-- | arch/sh/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 8d50d527c595..19566c8d9826 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -530,7 +530,7 @@ source kernel/Kconfig.hz | |||
530 | 530 | ||
531 | config KEXEC | 531 | config KEXEC |
532 | bool "kexec system call (EXPERIMENTAL)" | 532 | bool "kexec system call (EXPERIMENTAL)" |
533 | depends on SUPERH32 && EXPERIMENTAL | 533 | depends on SUPERH32 && EXPERIMENTAL && MMU |
534 | help | 534 | help |
535 | kexec is a system call that implements the ability to shutdown your | 535 | kexec is a system call that implements the ability to shutdown your |
536 | current kernel, and to start another kernel. It is like a reboot | 536 | current kernel, and to start another kernel. It is like a reboot |