Skip to content

Commit 1c9c0a6

Browse files
ebiedermAndi Kleen
authored andcommitted
[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>
1 parent 371c2f2 commit 1c9c0a6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

arch/x86_64/Kconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,8 +468,7 @@ config X86_MCE_AMD
468468
the DRAM Error Threshold.
469469

470470
config KEXEC
471-
bool "kexec system call (EXPERIMENTAL)"
472-
depends on EXPERIMENTAL
471+
bool "kexec system call"
473472
help
474473
kexec is a system call that implements the ability to shutdown your
475474
current kernel, and to start another kernel. It is like a reboot

0 commit comments

Comments
 (0)