projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1dda7bb
)
arch: remove KCORE_ELF again [tile]
author
Paul Bolle
<pebolle@tiscali.nl>
Fri, 22 Mar 2013 00:40:51 +0000
(
01:40
+0100)
committer
Chris Metcalf
<cmetcalf@tilera.com>
Fri, 22 Mar 2013 19:47:11 +0000
(15:47 -0400)
The Kconfig symbol KCORE_ELF was removed in v2.6.0, but reappeared in two
architectures. It is useless. Remove it again.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com> (tile only)
arch/tile/Kconfig
patch
|
blob
|
history
diff --git
a/arch/tile/Kconfig
b/arch/tile/Kconfig
index
d8885fd
..
7b82e68
100644
(file)
--- a/
arch/tile/Kconfig
+++ b/
arch/tile/Kconfig
@@
-414,11
+414,6
@@
endmenu
menu "Executable file formats"
-# only elf supported
-config KCORE_ELF
- def_bool y
- depends on PROC_FS
-
source "fs/Kconfig.binfmt"
endmenu