diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2014-06-04 19:12:20 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-06-04 19:54:21 -0400 |
commit | 647f010bff6795b3e85c2b5a7768c0594a049ab0 (patch) | |
tree | ff70d138185e71e07fc0a29a88eb42d76d265178 /init/main.c | |
parent | 34a1b7236ad6113883f6c448d1da854cad60265e (diff) |
init/main.c: remove an ifdef
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'init/main.c')
-rw-r--r-- | init/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/init/main.c b/init/main.c index 4de815c0309a..17d47bcdf573 100644 --- a/init/main.c +++ b/init/main.c | |||
@@ -629,9 +629,7 @@ asmlinkage __visible void __init start_kernel(void) | |||
629 | signals_init(); | 629 | signals_init(); |
630 | /* rootfs populating might need page-writeback */ | 630 | /* rootfs populating might need page-writeback */ |
631 | page_writeback_init(); | 631 | page_writeback_init(); |
632 | #ifdef CONFIG_PROC_FS | ||
633 | proc_root_init(); | 632 | proc_root_init(); |
634 | #endif | ||
635 | cgroup_init(); | 633 | cgroup_init(); |
636 | cpuset_init(); | 634 | cpuset_init(); |
637 | taskstats_init_early(); | 635 | taskstats_init_early(); |