diff options
-rw-r--r-- | arch/i386/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index e34a4dbd6b9..9b6cddc8c51 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig @@ -739,8 +739,7 @@ config SECCOMP source kernel/Kconfig.hz 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 |