summaryrefslogtreecommitdiff
path: root/init/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'init/main.c')
-rw-r--r--init/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/init/main.c b/init/main.c
index ad8ed67e7f4d..a76671330eed 100644
--- a/init/main.c
+++ b/init/main.c
@@ -1044,6 +1044,10 @@ static noinline void __init kernel_init_freeable(void)
do_basic_setup();
+#if IS_BUILTIN(CONFIG_INITRD_ASYNC)
+ async_synchronize_full();
+#endif
+
/* Open the /dev/console on the rootfs, this should never fail */
if (sys_open((const char __user *) "/dev/console", O_RDWR, 0) < 0)
pr_err("Warning: unable to open an initial console.\n");