diff options
author | Bernhard Walle <bwalle@suse.de> | 2008-06-26 08:53:11 -0400 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2008-07-17 14:29:46 -0400 |
commit | fb86611f8f3251865784d5938a485a0238ec1427 (patch) | |
tree | b1d0b4c365ab469d12109dab250b1daec3843b37 /arch/ia64/Kconfig | |
parent | 8cac39b99b731c627097ce704acac1ff422d8286 (diff) |
[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>
Diffstat (limited to 'arch/ia64/Kconfig')
-rw-r--r-- | arch/ia64/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index 18bcc10903b4..451f2ffb137b 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig | |||
@@ -540,8 +540,8 @@ config KEXEC | |||
540 | strongly in flux, so no good recommendation can be made. | 540 | strongly in flux, so no good recommendation can be made. |
541 | 541 | ||
542 | config CRASH_DUMP | 542 | config CRASH_DUMP |
543 | bool "kernel crash dumps (EXPERIMENTAL)" | 543 | bool "kernel crash dumps" |
544 | depends on EXPERIMENTAL && IA64_MCA_RECOVERY && !IA64_HP_SIM && (!SMP || HOTPLUG_CPU) | 544 | depends on IA64_MCA_RECOVERY && !IA64_HP_SIM && (!SMP || HOTPLUG_CPU) |
545 | help | 545 | help |
546 | Generate crash dump after being started by kexec. | 546 | Generate crash dump after being started by kexec. |
547 | 547 | ||