diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 8 | ||||
-rw-r--r-- | init/main.c | 1 |
2 files changed, 0 insertions, 9 deletions
diff --git a/init/Kconfig b/init/Kconfig index 0aa6579504cc..c7bac39d6c61 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -1006,14 +1006,6 @@ config SLUB_DEBUG | |||
1006 | SLUB sysfs support. /sys/slab will not exist and there will be | 1006 | SLUB sysfs support. /sys/slab will not exist and there will be |
1007 | no support for cache validation etc. | 1007 | no support for cache validation etc. |
1008 | 1008 | ||
1009 | config STRIP_ASM_SYMS | ||
1010 | bool "Strip assembler-generated symbols during link" | ||
1011 | default n | ||
1012 | help | ||
1013 | Strip internal assembler-generated symbols during a link (symbols | ||
1014 | that look like '.Lxxx') so they don't pollute the output of | ||
1015 | get_wchan() and suchlike. | ||
1016 | |||
1017 | config COMPAT_BRK | 1009 | config COMPAT_BRK |
1018 | bool "Disable heap randomization" | 1010 | bool "Disable heap randomization" |
1019 | default y | 1011 | default y |
diff --git a/init/main.c b/init/main.c index 51695cee1864..7449819a4805 100644 --- a/init/main.c +++ b/init/main.c | |||
@@ -18,7 +18,6 @@ | |||
18 | #include <linux/string.h> | 18 | #include <linux/string.h> |
19 | #include <linux/ctype.h> | 19 | #include <linux/ctype.h> |
20 | #include <linux/delay.h> | 20 | #include <linux/delay.h> |
21 | #include <linux/utsname.h> | ||
22 | #include <linux/ioport.h> | 21 | #include <linux/ioport.h> |
23 | #include <linux/init.h> | 22 | #include <linux/init.h> |
24 | #include <linux/smp_lock.h> | 23 | #include <linux/smp_lock.h> |