]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - init/do_mounts_initrd.c
Pull acpica into release branch
[linux-2.6-omap-h63xx.git] / init / do_mounts_initrd.c
index b222ce9e1c8bd3e4871acf564d187225ba0e574c..a6b4c0c08e13ea4bc1db5ade1cf8eb73d18c7d72 100644 (file)
@@ -56,12 +56,9 @@ static void __init handle_initrd(void)
        sys_chroot(".");
 
        pid = kernel_thread(do_linuxrc, "/linuxrc", SIGCHLD);
-       if (pid > 0) {
-               while (pid != sys_wait4(-1, NULL, 0, NULL)) {
-                       try_to_freeze();
+       if (pid > 0)
+               while (pid != sys_wait4(-1, NULL, 0, NULL))
                        yield();
-               }
-       }
 
        /* move initrd to rootfs' /old */
        sys_fchdir(old_fd);