From: Bernhard Walle Date: Thu, 26 Jun 2008 12:53:11 +0000 (+0200) Subject: [IA64] Remove experimental status of kdump X-Git-Tag: v2.6.27-rc1~948^2~1 X-Git-Url: http://ftp.safe.ca/?a=commitdiff_plain;h=fb86611f8f3251865784d5938a485a0238ec1427;p=safe%2Fjmp%2Flinux-2.6 [IA64] Remove experimental status of kdump This patch removes the experimental status of kdump on IA64. kdump is on IA64 now since more than one year and it has proven to be stable. Signed-off-by: Bernhard Walle Signed-off-by: Tony Luck --- diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index 18bcc10..451f2ff 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig @@ -540,8 +540,8 @@ config KEXEC strongly in flux, so no good recommendation can be made. config CRASH_DUMP - bool "kernel crash dumps (EXPERIMENTAL)" - depends on EXPERIMENTAL && IA64_MCA_RECOVERY && !IA64_HP_SIM && (!SMP || HOTPLUG_CPU) + bool "kernel crash dumps" + depends on IA64_MCA_RECOVERY && !IA64_HP_SIM && (!SMP || HOTPLUG_CPU) help Generate crash dump after being started by kexec.