fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / arch / cris / arch-v32 / kernel / process.c
index 6326351..87be734 100644 (file)
@@ -120,7 +120,8 @@ kernel_thread(int (*fn)(void *), void * arg, unsigned long flags)
        regs.ccs = 1 << (I_CCS_BITNR + CCS_SHIFT);
 
        /* Create the new process. */
-        return do_fork(flags | CLONE_VM | CLONE_UNTRACED, 0, &regs, 0, NULL, NULL);
+       return do_fork(flags | CLONE_VM | CLONE_UNTRACED | CLONE_KTHREAD,
+               0, &regs, 0, NULL, NULL);
 }
 
 /*