mirror of https://gitee.com/openkylin/linux.git
[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>
This commit is contained in:
parent
1f38d61347
commit
07d43ce6a2
|
@ -460,8 +460,7 @@ config S390_HYPFS_FS
|
||||||
information in an s390 hypervisor environment.
|
information in an s390 hypervisor environment.
|
||||||
|
|
||||||
config KEXEC
|
config KEXEC
|
||||||
bool "kexec system call (EXPERIMENTAL)"
|
bool "kexec system call"
|
||||||
depends on EXPERIMENTAL
|
|
||||||
help
|
help
|
||||||
kexec is a system call that implements the ability to shutdown your
|
kexec is a system call that implements the ability to shutdown your
|
||||||
current kernel, and to start another kernel. It is like a reboot
|
current kernel, and to start another kernel. It is like a reboot
|
||||||
|
|
Loading…
Reference in New Issue