aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/init/main.c b/init/main.c
index 8e96a0ef17f4..e7939de80f3e 100644
--- a/init/main.c
+++ b/init/main.c
@@ -886,6 +886,7 @@ static int __init kernel_init(void * unused)
886 * we're essentially up and running. Get rid of the 886 * we're essentially up and running. Get rid of the
887 * initmem segments and start the user-mode stuff.. 887 * initmem segments and start the user-mode stuff..
888 */ 888 */
889 stop_boot_trace();
889 init_post(); 890 init_post();
890 return 0; 891 return 0;
891} 892}