diff options
author | Bernhard Walle <bwalle@suse.de> | 2008-06-26 03:23:21 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-08 07:10:41 -0400 |
commit | 383bc5cecc2ed0b8f44a25488660b03030425ef7 (patch) | |
tree | e17dd9be1367492036ddb67e681cbc9bebe6c6f6 | |
parent | 200001eb140ea33477965f2050bea0dac801974b (diff) |
x86, crashdump, /proc/vmcore: remove CONFIG_EXPERIMENTAL from kdump
I would suggest to remove the "experimental" status from Kdump.
Kdump is now in the kernel since a long time and used by Enterprise
distributions. I don't think that "experimental" is true any more.
Signed-off-by: Bernhard Walle <bwalle@suse.de>
Cc: vgoyal@redhat.com
Cc: kexec@lists.infradead.org
Cc: Bernhard Walle <bwalle@suse.de>
Cc: akpm@linux-foundation.org
Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r-- | arch/x86/Kconfig | 1 | ||||
-rw-r--r-- | fs/Kconfig | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 112afd368c77..25ff7548d3da 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -1269,7 +1269,6 @@ config KEXEC | |||
1269 | 1269 | ||
1270 | config CRASH_DUMP | 1270 | config CRASH_DUMP |
1271 | bool "kernel crash dumps (EXPERIMENTAL)" | 1271 | bool "kernel crash dumps (EXPERIMENTAL)" |
1272 | depends on EXPERIMENTAL | ||
1273 | depends on X86_64 || (X86_32 && HIGHMEM) | 1272 | depends on X86_64 || (X86_32 && HIGHMEM) |
1274 | help | 1273 | help |
1275 | Generate crash dump after being started by kexec. | 1274 | Generate crash dump after being started by kexec. |
diff --git a/fs/Kconfig b/fs/Kconfig index 2694648cbd1b..313b2e06ded5 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -930,7 +930,7 @@ config PROC_KCORE | |||
930 | 930 | ||
931 | config PROC_VMCORE | 931 | config PROC_VMCORE |
932 | bool "/proc/vmcore support (EXPERIMENTAL)" | 932 | bool "/proc/vmcore support (EXPERIMENTAL)" |
933 | depends on PROC_FS && EXPERIMENTAL && CRASH_DUMP | 933 | depends on PROC_FS && CRASH_DUMP |
934 | default y | 934 | default y |
935 | help | 935 | help |
936 | Exports the dump image of crashed kernel in ELF format. | 936 | Exports the dump image of crashed kernel in ELF format. |