]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
x86, crashdump, /proc/vmcore: remove CONFIG_EXPERIMENTAL from kdump
authorBernhard Walle <bwalle@suse.de>
Thu, 26 Jun 2008 07:23:21 +0000 (09:23 +0200)
committerIngo Molnar <mingo@elte.hu>
Tue, 8 Jul 2008 11:10:41 +0000 (13:10 +0200)
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>
arch/x86/Kconfig
fs/Kconfig

index 112afd368c77b74e11d9588a8e2a971ffe296074..25ff7548d3dad1253d3295a5140719d07c54a4df 100644 (file)
@@ -1269,7 +1269,6 @@ config KEXEC
 
 config CRASH_DUMP
        bool "kernel crash dumps (EXPERIMENTAL)"
-       depends on EXPERIMENTAL
        depends on X86_64 || (X86_32 && HIGHMEM)
        help
          Generate crash dump after being started by kexec.
index 2694648cbd1b6e7d235bc6dbb46cffa62482294d..313b2e06ded5dd525dcb9c9c422800564aacbe5b 100644 (file)
@@ -930,7 +930,7 @@ config PROC_KCORE
 
 config PROC_VMCORE
         bool "/proc/vmcore support (EXPERIMENTAL)"
-        depends on PROC_FS && EXPERIMENTAL && CRASH_DUMP
+        depends on PROC_FS && CRASH_DUMP
        default y
         help
         Exports the dump image of crashed kernel in ELF format.