aboutsummaryrefslogtreecommitdiffstats
path: root/init/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'init/main.c')
-rw-r--r--init/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/init/main.c b/init/main.c
index 78b714a5fa94..1c3f90264280 100644
--- a/init/main.c
+++ b/init/main.c
@@ -1069,7 +1069,6 @@ static int __ref kernel_init(void *unused)
1069 /* need to finish all async __init code before freeing the memory */ 1069 /* need to finish all async __init code before freeing the memory */
1070 async_synchronize_full(); 1070 async_synchronize_full();
1071 ftrace_free_init_mem(); 1071 ftrace_free_init_mem();
1072 jump_label_invalidate_initmem();
1073 free_initmem(); 1072 free_initmem();
1074 mark_readonly(); 1073 mark_readonly();
1075 1074