[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1214484791-25439-1-git-send-email-bwalle@suse.de>
Date: Thu, 26 Jun 2008 14:53:11 +0200
From: Bernhard Walle <bwalle@...e.de>
To: linux-ia64@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, vgoyal@...hat.com,
kexec@...ts.infradead.org, Bernhard Walle <bwalle@...e.de>
Subject: [PATCH] Remove experimental status of kdump on IA64
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@...e.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists