Commit 99657c7857fd47d6086682d4cf1194954170755a

Authored by Randy Dunlap
Committed by Sam Ravnborg
1 parent 78074cfc6e

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>

Showing 2 changed files with 8 additions and 8 deletions Side-by-side Diff

... ... @@ -988,14 +988,6 @@
988 988 SLUB sysfs support. /sys/slab will not exist and there will be
989 989 no support for cache validation etc.
990 990  
991   -config 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   -
999 991 config COMPAT_BRK
1000 992 bool "Disable heap randomization"
1001 993 default y
... ... @@ -50,6 +50,14 @@
50 50 keys are documented in <file:Documentation/sysrq.txt>. Don't say Y
51 51 unless you really know what this hack does.
52 52  
  53 +config STRIP_ASM_SYMS
  54 + bool "Strip assembler-generated symbols during link"
  55 + default n
  56 + help
  57 + Strip internal assembler-generated symbols during a link (symbols
  58 + that look like '.Lxxx') so they don't pollute the output of
  59 + get_wchan() and suchlike.
  60 +
53 61 config UNUSED_SYMBOLS
54 62 bool "Enable unused/obsolete exported symbols"
55 63 default y if X86