From c3def0009b83b7e8fe02e8af10cf595a02835636 Mon Sep 17 00:00:00 2001 From: Paul Bolle Date: Fri, 22 Mar 2013 01:40:51 +0100 Subject: [PATCH] --- yaml --- r: 374976 b: refs/heads/master c: 5e44fd012bf3366e3a4c73a06f63756f92d39f06 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/xtensa/Kconfig | 15 --------------- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/[refs] b/[refs] index 6f2493baea6a..ca4518c209d7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 93e294ac99cc005044ab6357a26998eb962a10e8 +refs/heads/master: 5e44fd012bf3366e3a4c73a06f63756f92d39f06 diff --git a/trunk/arch/xtensa/Kconfig b/trunk/arch/xtensa/Kconfig index 213ac3d9f950..a9bdb1c5f13d 100644 --- a/trunk/arch/xtensa/Kconfig +++ b/trunk/arch/xtensa/Kconfig @@ -281,21 +281,6 @@ endmenu menu "Executable file formats" -# only elf supported -config KCORE_ELF - def_bool y - depends on PROC_FS - help - If you enabled support for /proc file system then the file - /proc/kcore will contain the kernel core image in ELF format. This - can be used in gdb: - - $ cd /usr/src/linux ; gdb vmlinux /proc/kcore - - This is especially useful if you have compiled the kernel with the - "-g" option to preserve debugging information. It is mainly used - for examining kernel data structures on the live kernel. - source "fs/Kconfig.binfmt" endmenu