浏览代码

[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 <bwalle@suse.de>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Bernhard Walle 17 年之前
父节点
当前提交
fb86611f8f
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      arch/ia64/Kconfig

+ 2 - 2
arch/ia64/Kconfig

@@ -540,8 +540,8 @@ config KEXEC
 	  strongly in flux, so no good recommendation can be made.
 	  strongly in flux, so no good recommendation can be made.
 
 
 config CRASH_DUMP
 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
 	  help
 	    Generate crash dump after being started by kexec.
 	    Generate crash dump after being started by kexec.