vserver 1.9.3
[linux-2.6.git] / arch / cris / arch-v10 / kernel / process.c
index 8aba424..d0993bf 100644 (file)
@@ -180,7 +180,7 @@ asmlinkage int sys_clone(unsigned long newusp, unsigned long flags,
 {
        if (!newusp)
                newusp = rdusp();
-       return do_fork(flags & ~CLONE_IDLETASK, newusp, regs, 0, parent_tid, child_tid);
+       return do_fork(flags, newusp, regs, 0, parent_tid, child_tid);
 }
 
 /* vfork is a system call in i386 because of register-pressure - maybe