diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2006-09-26 04:52:40 -0400 |
---|---|---|
committer | Andi Kleen <andi@basil.nowhere.org> | 2006-09-26 04:52:40 -0400 |
commit | 1c9c0a6ca35e9325cea811d734d6ab7352be086b (patch) | |
tree | 9edbd3d48bf15b176bf8a722b3fcdabc631c711f /arch/x86_64/Kconfig | |
parent | 371c2f2783eb880df333d0e9ac35c78143e79d0a (diff) |
[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 <ebiederm@xmission.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Diffstat (limited to 'arch/x86_64/Kconfig')
-rw-r--r-- | arch/x86_64/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig index 0c61d0019dd7..1f4212605ef8 100644 --- a/arch/x86_64/Kconfig +++ b/arch/x86_64/Kconfig | |||
@@ -468,8 +468,7 @@ config X86_MCE_AMD | |||
468 | the DRAM Error Threshold. | 468 | the DRAM Error Threshold. |
469 | 469 | ||
470 | config KEXEC | 470 | config KEXEC |
471 | bool "kexec system call (EXPERIMENTAL)" | 471 | bool "kexec system call" |
472 | depends on EXPERIMENTAL | ||
473 | help | 472 | help |
474 | kexec is a system call that implements the ability to shutdown your | 473 | kexec is a system call that implements the ability to shutdown your |
475 | current kernel, and to start another kernel. It is like a reboot | 474 | current kernel, and to start another kernel. It is like a reboot |