linux-ia64.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Remove experimental status of kdump on IA64
@ 2008-06-26 12:53 Bernhard Walle
  0 siblings, 0 replies; only message in thread
From: Bernhard Walle @ 2008-06-26 12:53 UTC (permalink / raw)
  To: linux-ia64; +Cc: linux-kernel, vgoyal, kexec, Bernhard Walle

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>
---
 arch/ia64/Kconfig |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig
index 16be414..f548e43 100644
--- a/arch/ia64/Kconfig
+++ b/arch/ia64/Kconfig
@@ -539,8 +539,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.
 
-- 
1.5.6


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-06-26 12:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-26 12:53 [PATCH] Remove experimental status of kdump on IA64 Bernhard Walle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).