From: Eric W. Biederman Date: Tue, 26 Sep 2006 08:52:40 +0000 (+0200) Subject: [PATCH] Remove experimental mark of kexec X-Git-Tag: v2.6.19-rc1~1077^2~27 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c9c0a6ca35e9325cea811d734d6ab7352be086b;p=linux-2.6 [PATCH] Remove experimental mark of kexec kexec has been marked experimental for a year now and all of the serious problems have been worked through. So it is time (if not past time) to remove the experimental mark. Signed-off-by: Eric W. Biederman Signed-off-by: Andi Kleen --- diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig index 0c61d0019d..1f4212605e 100644 --- a/arch/x86_64/Kconfig +++ b/arch/x86_64/Kconfig @@ -468,8 +468,7 @@ config X86_MCE_AMD the DRAM Error Threshold. 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