patch-2.4.0-test8 linux/arch/ppc/kernel/smp.c
Next file: linux/arch/s390/kernel/process.c
Previous file: linux/arch/ppc/kernel/signal.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Tue Sep 5 13:50:02 2000
- Orig file:
v2.4.0-test7/linux/arch/ppc/kernel/smp.c
- Orig date:
Fri Jul 14 12:12:06 2000
diff -u --recursive --new-file v2.4.0-test7/linux/arch/ppc/kernel/smp.c linux/arch/ppc/kernel/smp.c
@@ -347,7 +347,7 @@
/* create a process for the processor */
/* we don't care about the values in regs since we'll
never reschedule the forked task. */
- if (do_fork(CLONE_VM|CLONE_PID, 0, ®s) < 0)
+ if (do_fork(CLONE_VM|CLONE_PID, 0, ®s, 0) < 0)
panic("failed fork for CPU %d", i);
p = init_task.prev_task;
if (!p)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)