|
@@ -545,6 +545,8 @@ asmlinkage __visible void __init start_kernel(void)
|
|
|
trap_init();
|
|
trap_init();
|
|
|
mm_init();
|
|
mm_init();
|
|
|
|
|
|
|
|
|
|
+ ftrace_init();
|
|
|
|
|
+
|
|
|
/* trace_printk can be enabled here */
|
|
/* trace_printk can be enabled here */
|
|
|
early_trace_init();
|
|
early_trace_init();
|
|
|
|
|
|
|
@@ -673,8 +675,6 @@ asmlinkage __visible void __init start_kernel(void)
|
|
|
efi_free_boot_services();
|
|
efi_free_boot_services();
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- ftrace_init();
|
|
|
|
|
-
|
|
|
|
|
/* Do the rest non-__init'ed, we're now alive */
|
|
/* Do the rest non-__init'ed, we're now alive */
|
|
|
rest_init();
|
|
rest_init();
|
|
|
}
|
|
}
|