diff --git a/[refs] b/[refs] index 36565cc5a78b..351df976842f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2c392a4f47f41b24432e6aa77bb5167d0bbb10c5 +refs/heads/master: 019ad4a0a60b09022945273848b5a686e39a78aa diff --git a/trunk/init/do_mounts_initrd.c b/trunk/init/do_mounts_initrd.c index a6b4c0c08e13..fd4fc12d2624 100644 --- a/trunk/init/do_mounts_initrd.c +++ b/trunk/init/do_mounts_initrd.c @@ -57,8 +57,10 @@ static void __init handle_initrd(void) pid = kernel_thread(do_linuxrc, "/linuxrc", SIGCHLD); if (pid > 0) - while (pid != sys_wait4(-1, NULL, 0, NULL)) + while (pid != sys_wait4(-1, NULL, 0, NULL)) { + try_to_freeze(); yield(); + } /* move initrd to rootfs' /old */ sys_fchdir(old_fd);