aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/Kconfig
diff options
context:
space:
mode:
authorWANG Cong <xiyou.wangcong@gmail.com>2010-10-26 14:21:21 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2010-10-26 16:52:05 -0700
commita4f7326da2bfe788b85509ec0c261e64596cdde4 (patch)
treeda9e0899ec860a36f1a6f9196be7eb59c31cb9e3 /fs/proc/Kconfig
parentum: fix IRQ flag handling naming (diff)
downloadlinux-dev-a4f7326da2bfe788b85509ec0c261e64596cdde4.tar.xz
linux-dev-a4f7326da2bfe788b85509ec0c261e64596cdde4.zip
vmcore: it is not experimental any more
We use vmcore in our production kernel for a long time, it is pretty stable now. So I don't think we need to mark it as experimental any more. Signed-off-by: WANG Cong <xiyou.wangcong@gmail.com> Acked-by: Neil Horman <nhorman@tuxdriver.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/proc/Kconfig')
-rw-r--r--fs/proc/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/proc/Kconfig b/fs/proc/Kconfig
index 50f8f0600f06..6a0068841d96 100644
--- a/fs/proc/Kconfig
+++ b/fs/proc/Kconfig
@@ -33,8 +33,8 @@ config PROC_KCORE
depends on PROC_FS && MMU
config PROC_VMCORE
- bool "/proc/vmcore support (EXPERIMENTAL)"
- depends on PROC_FS && CRASH_DUMP
+ bool "/proc/vmcore support"
+ depends on PROC_FS && CRASH_DUMP
default y
help
Exports the dump image of crashed kernel in ELF format.