patch-2.4.0-test8 linux/arch/i386/kernel/smpboot.c
Next file: linux/arch/i386/kernel/traps.c
Previous file: linux/arch/i386/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/i386/kernel/smpboot.c
- Orig date:
Wed Aug 23 18:36:36 2000
diff -u --recursive --new-file v2.4.0-test7/linux/arch/i386/kernel/smpboot.c linux/arch/i386/kernel/smpboot.c
@@ -497,7 +497,7 @@
* don't care about the eip and 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);
}
#if APIC_DEBUG
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)