diff options
Diffstat (limited to 'init/main.c')
-rw-r--r-- | init/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/main.c b/init/main.c index ff410063e4e1..a29fb2ac7240 100644 --- a/init/main.c +++ b/init/main.c | |||
@@ -614,6 +614,7 @@ static void do_pre_smp_initcalls(void) | |||
614 | migration_init(); | 614 | migration_init(); |
615 | #endif | 615 | #endif |
616 | spawn_ksoftirqd(); | 616 | spawn_ksoftirqd(); |
617 | spawn_softlockup_task(); | ||
617 | } | 618 | } |
618 | 619 | ||
619 | static void run_init_process(char *init_filename) | 620 | static void run_init_process(char *init_filename) |