diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2006-09-20 17:59:29 +0400 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2006-09-20 17:59:29 +0400 |
commit | 07d43ce6a2ba0bb914078c3b066a7a3bab57599d (patch) | |
tree | 084ab9c3f7e4a3fd531679ced250215ff9ae74ff /arch | |
parent | 1f38d61347203055b55e34083cce7a9cd8c529a9 (diff) | |
download | linux-07d43ce6a2ba0bb914078c3b066a7a3bab57599d.tar.xz |
[S390] Remove kexec experimental flag.
Follow other architectures and remove kexec experimental flag.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/s390/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 76122ce1e6cb..b216ca659cdf 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig @@ -460,8 +460,7 @@ config S390_HYPFS_FS information in an s390 hypervisor environment. config KEXEC - bool "kexec system call (EXPERIMENTAL)" - depends on EXPERIMENTAL + bool "kexec system call" 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 |