dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Nobuhiro Iwamatsu 2009-03-26 08:32:37 +00:00 committed by Paul Mundt
parent 71c1d19e45
commit f36b59d1a4
1 changed files with 1 additions and 1 deletions

View File

@ -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