patch-2.4.0-test8 linux/init/main.c
Next file: linux/ipc/shm.c
Previous file: linux/include/scsi/scsi.h
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Fri Sep 1 14:25:26 2000
- Orig file:
v2.4.0-test7/linux/init/main.c
- Orig date:
Wed Aug 23 18:36:39 2000
diff -u --recursive --new-file v2.4.0-test7/linux/init/main.c linux/init/main.c
@@ -584,7 +584,7 @@
* make syscalls (and thus be locked).
*/
smp_init();
- kernel_thread(init, NULL, CLONE_FS | CLONE_FILES | CLONE_SIGHAND);
+ kernel_thread(init, NULL, CLONE_FS | CLONE_FILES | CLONE_SIGNAL);
unlock_kernel();
current->need_resched = 1;
cpu_idle();
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)