patch-2.4.0-test8 linux/arch/s390/kernel/smp.c
Next file: linux/arch/sh/kernel/process.c
Previous file: linux/arch/s390/kernel/signal.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Tue Sep 5 13:50:01 2000
- Orig file:
v2.4.0-test7/linux/arch/s390/kernel/smp.c
- Orig date:
Mon Jul 10 16:47:20 2000
diff -u --recursive --new-file v2.4.0-test7/linux/arch/s390/kernel/smp.c linux/arch/s390/kernel/smp.c
@@ -528,7 +528,7 @@
/* don't care about the psw and regs settings since we'll never
reschedule the forked task. */
memset(®s,sizeof(pt_regs),0);
- return do_fork(CLONE_VM|CLONE_PID, 0, ®s);
+ return do_fork(CLONE_VM|CLONE_PID, 0, ®s, 0);
}
static void __init do_boot_cpu(int cpu)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)