patch-2.4.0-test8 linux/arch/alpha/kernel/smp.c
Next file: linux/arch/arm/Makefile
Previous file: linux/arch/alpha/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/alpha/kernel/smp.c
- Orig date:
Wed Aug 9 19:19:49 2000
diff -u --recursive --new-file v2.4.0-test7/linux/arch/alpha/kernel/smp.c linux/arch/alpha/kernel/smp.c
@@ -420,7 +420,7 @@
* don't care about the regs settings since
* we'll never reschedule the forked task.
*/
- return do_fork(CLONE_VM|CLONE_PID, 0, ®s);
+ return do_fork(CLONE_VM|CLONE_PID, 0, ®s, 0);
}
/*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)