vserver 1.9.3
[linux-2.6.git] / arch / m68k / kernel / process.c
index 552bd2f..93b043e 100644 (file)
@@ -26,6 +26,7 @@
 #include <linux/a.out.h>
 #include <linux/reboot.h>
 #include <linux/init_task.h>
+#include <linux/mqueue.h>
 
 #include <asm/uaccess.h>
 #include <asm/system.h>
@@ -231,7 +232,7 @@ asmlinkage int m68k_clone(struct pt_regs *regs)
        child_tidptr = (int *)regs->d4;
        if (!newsp)
                newsp = rdusp();
-       return do_fork(clone_flags & ~CLONE_IDLETASK, newsp, regs, 0,
+       return do_fork(clone_flags, newsp, regs, 0,
                       parent_tidptr, child_tidptr);
 }