diff options
Diffstat (limited to 'init/main.c')
-rw-r--r-- | init/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/main.c b/init/main.c index b0c9d6facef9..b4ca17d9bdeb 100644 --- a/init/main.c +++ b/init/main.c | |||
@@ -580,7 +580,7 @@ asmlinkage __visible void __init start_kernel(void) | |||
580 | timekeeping_init(); | 580 | timekeeping_init(); |
581 | time_init(); | 581 | time_init(); |
582 | sched_clock_postinit(); | 582 | sched_clock_postinit(); |
583 | printk_nmi_init(); | 583 | printk_safe_init(); |
584 | perf_event_init(); | 584 | perf_event_init(); |
585 | profile_init(); | 585 | profile_init(); |
586 | call_function_init(); | 586 | call_function_init(); |