linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / init / do_mounts_initrd.c
index 405f903..a05cabd 100644 (file)
@@ -56,7 +56,6 @@ static void __init handle_initrd(void)
        sys_chroot(".");
        mount_devfs_fs ();
 
-       current->flags |= PF_NOFREEZE;
        pid = kernel_thread(do_linuxrc, "/linuxrc", SIGCHLD);
        if (pid > 0) {
                while (pid != sys_wait4(-1, NULL, 0, NULL))