aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorRandy Dunlap <randy.dunlap@oracle.com>2009-09-18 15:49:22 -0400
committerSam Ravnborg <sam@ravnborg.org>2009-09-20 06:27:42 -0400
commit99657c7857fd47d6086682d4cf1194954170755a (patch)
tree1525076378df3b63b822226db78122dc294fc615 /init
parent78074cfc6e5054d736a2adb144c0e0dcc301c14a (diff)
kernel hacking: move STRIP_ASM_SYMS from General
Sam suggested moving STRIP_ASM_SYMS into the Kernel hacking menu from the General Setup menu. It makes more sense there. Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig8
1 files changed, 0 insertions, 8 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 8e8b76d8a272..85c24ff9484d 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -988,14 +988,6 @@ config SLUB_DEBUG
988 SLUB sysfs support. /sys/slab will not exist and there will be 988 SLUB sysfs support. /sys/slab will not exist and there will be
989 no support for cache validation etc. 989 no support for cache validation etc.
990 990
991config STRIP_ASM_SYMS
992 bool "Strip assembler-generated symbols during link"
993 default n
994 help
995 Strip internal assembler-generated symbols during a link (symbols
996 that look like '.Lxxx') so they don't pollute the output of
997 get_wchan() and suchlike.
998
999config COMPAT_BRK 991config COMPAT_BRK
1000 bool "Disable heap randomization" 992 bool "Disable heap randomization"
1001 default y 993 default y